1. Document oriented storage
2. Auto Sharding
3. Querying
4. Full index support
5. Map
6. GridFS
Related Posts:
Debugging node.js
ndb - Command line debugger.
Eclipse debugger plugin for V8.
Node inspector is a graphical debugging tool for node.js.
To install node inspector module
$ npm install node-inspector -g
To enable debug mod… Read More
Cookies Node.js
HTTP is a stateless protocol and webserver dont know , request comes from which server. So cookies will store the some id like transaction id . Then
… Read More
MongoDB Installation for MS-Windows
This page
explains the installation procedure of MongoDB for MS-Windows environment.
MongoDB Installation
This will setup MongoDB as a service on windows, so that the database
will start automatically foll… Read More
Nodetime in node.js
!--
google_ad_client = "ca-pub-4378340310740210";
/* rectangle-nodemongo */
google_ad_slot = "1751391070";
google_ad_width = 336;
google_ad_height = 280;
//
-->
Nodetime is node js app performance management tool set.… Read More
Format of NPM Package
NPM package is a directory structure with package.json file.
Package.json file basic flow as follows
{ name: "nameOfPackage", version:"1.1", main: :mainModuleName", Node Modules[46] modules: { "mod1" : "lib/mod1", "… Read More
0 comments:
Post a Comment