/book-node-mongodb-backbone

Example source code accompanying O'Reilly's "Building Node Applications with MongoDB and Backbone" by Mike Wilson

Primary LanguageJavaScript

Building Node Applications with MongoDB and Backbone

This is the example source code accompanying O'Reilly's "Building Node Applications with MongoDB and Backbone" by Mike Wilson.

Requirements

In order to compile the examples found here, your system needs to have the following prerequisites:

node.js
Current version is 0.8.20 (http://www.nodejs.org)
MongoDB
MongoDB available from mongodb.or/ and Node driver from https://npmjs.org/package/mongodb
Backbone.js
Available from Backbonejs.org

The code in this repository is kept up to date with errata corrections. If you're looking for an exact copy of the code from the first edition of the book, you can review the tag at https://github.com/Swiftam/book-node-mongodb-backbone/tree/Edition1-Dec2012.