On Aug 22, 2014, at 11:04 AM, Biruntha Gnaneswaran <[email protected]> wrote: > > Both Ajax and Node.js have the facility to cache data received from the > server so that there are a minimum number of PHP/MySQL instructions > executed... > Can anyone tell is there any difference in caching data???
The question is a non-sequitur because the two things you're asking us to compare are not of the same kind. Ajax is a programming strategy for creating web applications: http://en.wikipedia.org/wiki/Ajax_(programming) Node.js is a JavaScript runtime environment for creating high-performance servers: http://en.wikipedia.org/wiki/Nodejs You can use Node.js as a component in an Ajax-based web site, but you can also use Node.js for many other purposes. And of course Ajax-based web sites can use something other than Node.js for their server-side component. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/DADC8B8C-7CF7-401A-9984-4644EF6C026D%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
