2
I was evaluating the website of Zap Imoveis to find out what languages and technologies are used on their website. I use the Wappalyzer, an extension of Google Chrome, which shows the technologies used on any website.
Well, I found that on the said site the Wappalyzer showed no language server side, I took a look at the code with the developer tools in Google Chrome and also didn’t notice anything. The Single framework I realized it was Bootstrap.
I believe some language is needed server side to bring the registered properties of the database to be shown in the frontend, or I’m wrong?
Is there any way to bring the database information on the server to be shown on the site in some other way without using any language server side? Like XML or JSON? And how would it be?
What would be the most efficient way (loading time of a large amount of data to the site pages) to show a large amount of BD data on frontend.
If you could connect to the database via client-side, anyone could see the password and have access to your bank.
– Sam