This is an example of RESTful CRUD in Node.js n mySQL.
Installation, and tutorial here : http://teknosains.com/i/restful-crud-example-with-nodejs-and-mysql
Live DEMO: http://teknosains.com/i/simple-crud-nodejs-mysql
*for newbies : Clone or download zip to your machine then hit this :
cd rest-crud
then
npm install
server.js
host: 'localhost',
user: 'root',
password : 'root',
port : 3306, //port mysql
database:'test'
You're gonna need to create a DB named 'test' or whatever you name it, import t_user.sql
And type: localhost:3000/api/user