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.