Literatur - marcojahn/EED GitHub Wiki
nodejs
expressjs
- expressjs + socketio http://www.bryntum.com/blog/under-the-hood-of-the-socket-io-express-example/
- guide http://expressjs.com/guide.html
- expressjs + mongoose demo https://github.com/madhums/nodejs-express-mongoose-demo
- expressjs contentype http://tech.pro/tutorial/1094/nodejs-and-express-setting-content-type-for-all-responses
mongodb
- http://docs.mongodb.org/manual/tutorial/getting-started/
- http://docs.mongodb.org/ecosystem/tools/http-interfaces/
- install, run, configure
mongoose
https://npmjs.org/package/mongoose
- getting started http://mongoosejs.com/docs/index.html
- schemas http://mongoosejs.com/docs/guide.html
- models http://mongoosejs.com/docs/models.html
- why does mongoose have both schemas and models http://stackoverflow.com/questions/9127174/why-does-mongoose-have-both-schemas-and-models