On Aug 24, 2014, at 2:41 AM, Biruntha Gnaneswaran wrote: > > I'm comparing data obtained using Ajax from a PHP/MySQL backend/server vs > data obtained using Ajax from a NodeJS server that is cached by the NodeJS > server from MySQL...Can u give brief introduction to this???
Not really. If you want to cache data coming from a MySQL server, you can certainly write code to do that in PHP or in Node.js, but I don't think it's going to do it on its own. In Node.js, you'll typically be using existing npm modules for many tasks, including getting data from MySQL. It's possible that one of the MySQL modules in npm support caching, but I haven't looked into it myself. -- 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/C18242AD-16CE-444A-89E8-D49D9BBFB62B%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
