Tagged in

NoSQL

technodyne
technodyne
Technical write ups
More information
Followers
3
More, on Medium

Node js Web application Development Part 3

Here is the sourcecode for the project : https://github.com/supun/NodeExpress

Writing to the database is not particularly difficult. Essentially we need to set up a route that takes a POST, rather than a GET. We could use AJAX…


Node js Web application Development Part 2

Here is the first part of this post. This post will demonstrate on how to connect your node js application into mongodb database.

Database :


Simple CRUD operations with Java and MongoDB — Part 2

Previous post was hoe to do data insertion, and this is about how to do data updating and deleting. Just as the data insertion, the update also has four ways to do it

  • Simple updating (collection.update(new…