summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2012-04-24 11:02:36 +1000
committerThomas Davis <thomasalwyndavis@gmail.com>2012-04-24 11:02:36 +1000
commit67f0ea764e20af804741140decce148cb535bb87 (patch)
tree831368657a655203f4636d36932f98464a68e809
parent8d9a6a8bb1aad01fbcf885ad948711e3cbddfc14 (diff)
downloadbackbonetutorials-67f0ea764e20af804741140decce148cb535bb87.zip
backbonetutorials-67f0ea764e20af804741140decce148cb535bb87.tar.gz
backbonetutorials-67f0ea764e20af804741140decce148cb535bb87.tar.bz2
notice
-rw-r--r--_posts/2011-4-22-nodejs-restify-mongodb-mongoose.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.textile b/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.textile
index 427f488..00a94e2 100644
--- a/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.textile
+++ b/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.textile
@@ -5,6 +5,8 @@ type: intermediate
posturl: http://backbonetutorials.com/nodejs-restify-mongodb-mongoose
---
+em. Notice: If anyone could ever so kindly submit this tutorial to Hacker news for me, I'm having trouble getting with the spam filter
+
h2. Simple example - Node.js, Restify, MongoDb and Mongoose
p. Before I start, the Backbone.js parts of this tutorial will be using techniques described in "Organizing your application using Modules":http://backbonetutorials.com/organizing-backbone-using-modules/ to construct a simple guestbook.