I was evaluating the Zap Imoveis site to find out which languages and technologies are used on their site. I use Wappalyzer , a Chrome extension that shows the technologies used on any site.
Well, I noticed that on that site Wappalyzer did not show any server side language, I took a look at the code with the developer tools in Google Chrome and I also did not notice anything. The only framework I noticed was Bootstrap.
I believe that some language server side is needed to bring registered real estate from the database to be shown in frontend , or am I wrong?
Is there any way to bring the database information on the server to be displayed on the site in some other way without using some server side language? How to XML or JSON? And what would it be like?
What would be the most efficient way (time to load a large amount of data for the site pages) to display a large amount of DB data in frontend .