I just got started with nodeJS, and don't know much about it. Also I found mongoDB, and I want to use it in my project. I searched for a tutorial, but there are all examples, that I don't completely understand. Do yo know any tutorial that could help me? thanks
|
closed as not constructive by Bo Persson, animuson, AlexWien, jeremyharris, Dan-o Jan 31 at 0:26
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
These should help you get started:
Hope this helps. [UPDATE] 2/14/2012 [UPDATE] 7/25/2012 - http://blog.james-carr.org/2012/01/16/blog-rolling-with-mongodb-node-js-and-coffeescript/ Also uses coffee-script and express and goes into testing with mocha and should.js. |
|||||||
|
|
Several of the links in the other answers are now outdated. In particular, the docs now recommend using a new top-level class called MongoClient. 10gen includes a tutorial in its documentation that helped me: http://mongodb.github.com/node-mongodb-native/index.html |
|||
|
|
|
Just for the people who will see this later, at first since in the time I posted this question, I wasn't used to node.js coding style, but what helped me was this tutorial: http://christiankvalheim.com/post/3853862905/mongotutorial0#disqus_thread |
|||
|
|
|
http://alexeypetrushin.github.com/mongo-model http://alexeypetrushin.github.com/mongo-model/presentations/introduction/index.html |
|||
|
|
|
This is a link to a very nice series of video to get started on node and mongo. http://www.youtube.com/watch?v=0_GNHWZHc-o Hope it helps. |
|||
|
|
|
try Mike Wilson's Building Node Applications with MongoDB and Backbone book. |
|||
|
|