Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>These should help you get started:</p> <ul> <li><p><a href="http://howtonode.org/express-mongodb" rel="noreferrer">http://howtonode.org/express-mongodb</a><br> Based on old version of node, but useful walkthrough of using mongodb-native package.</p></li> <li><p><a href="http://mongoosejs.com" rel="noreferrer">http://mongoosejs.com</a> A node package you can install using npm (<a href="http://npmjs.org" rel="noreferrer">http://npmjs.org</a>)<br> Useful package for interacting with mongoDB from Node.</p></li> <li><p><a href="http://dailyjs.com/tags.html#lmawa" rel="noreferrer">http://dailyjs.com/tags.html#lmawa</a> The folks at dailyjs.com walk you through building a web-app with node.js and mongoDB (using mongoose). This link is the full series of posts that make up the tutorial. </p></li> </ul> <p>Hope this helps. </p> <p><strong>[UPDATE] 2/14/2012</strong><br> - <a href="http://howtonode.org/node-js-and-mongodb-getting-started-with-mongojs" rel="noreferrer">http://howtonode.org/node-js-and-mongodb-getting-started-with-mongojs</a> Via howtonode.org - it's supser short but gives you the basics and is current (as this question is months old now).</p> <p><strong>[UPDATE] 7/25/2012</strong> - <a href="http://blog.james-carr.org/2012/01/16/blog-rolling-with-mongodb-node-js-and-coffeescript/" rel="noreferrer">http://blog.james-carr.org/2012/01/16/blog-rolling-with-mongodb-node-js-and-coffeescript/</a> Also uses coffee-script and express and goes into testing with mocha and should.js. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload