Create a server that waits for clients for connection. Then, clients query the Mysql DB. Finally server sends response in json format
##Installation
Install node.js, mysql and url support (npm install mysql url) Import into your mysql server 1_createDB.sql
https://github.com/joyent/node/wiki/Installation https://github.com/felixge/node-mysql
##Important notes https://twitter.com/marioruizfont/status/340693320684679169 http://www.hacksparrow.com/using-mysql-with-node-js.html