What works best with Ajax?
I know Google uses Ajax (JScript, DHTML) to make high responsive apps, like Google map.
But whats the best language to use with Ajax?
Php? ASP.NET?
I hear Amazon.com uses C Programs for high performance, so maybe Google also uses C or C++ with their AJAX web apps?
Re: What works best with Ajax?
Any language is good enough to use with AJAX.
Re: What works best with Ajax?
Quote:
Originally Posted by capsulecorpjx
.... so maybe Google also uses C or C++ with their AJAX web apps?
AFAIK,Google uses python extensively for its web apps.
Re: What works best with Ajax?
On the client you will use JavaScript. On the server use whatever floats your boat.
In between it is all protocal.