Any working example using node js, express js and mongo db? I have tried many links and most of them raise errors.
The application should include inserting, updating, deleting, selecting database operations.
Atlast I have one example that works great for me. Give the link below. Hope this helps you:
http://blog.ijasoneverett.com/2013/03/a-sample-app-with-node-js-express-and-mongodb-part-1/
They helped me:
http://coenraets.org/blog/2012/10/creating-a-rest-api-using-node-js-express-and-mongodb/
Its an electronic application with CRUD operations.