June 2014
Intermediate to advanced
696 pages
38h 52m
English
MongoDB is an agile and very scalable NoSQL database. The name Mongo comes from the word “humongous,” emphasizing the scalability and performance MongoDB provides. MongoDB provides great website backend storage for high-traffic websites that need to store data such as user comments, blogs, or other items because it is quickly scalable and easy to implement.
The following are some of the reasons that MongoDB really fits well in the Node.js stack:
Document orientation: Because MongoDB is document oriented, data is stored in the database in a format that is very close to what you deal with in both server-side and client-side scripts. ...
Read now
Unlock full access