Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeroenvdb/poc-nodejs-mongodb

Experimenting with Node.JS and MongoDB
https://github.com/jeroenvdb/poc-nodejs-mongodb

Last synced: about 2 months ago
JSON representation

Experimenting with Node.JS and MongoDB

Awesome Lists containing this project

README

        

#### Start NodeJS Server
```
npm start
```

#### Start MongoDB
```
// cd to mongodb dir
mongod --dbpath \data
```

## Notes

#### Monk and Mongoose
Monk = pretty simple querying
Mongoose = Advanced querying, can collect referenced Doucments with one query (still multiple calls to MongoDB offcourse): http://mongoosejs.com/docs/populate.html