To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

2014年2月14日 #

Getting Started with Mongoose and Node.js – A Sample Comments System | Dev Notes

摘要: In this post, we’re going to be creating a sample comments system using Node, Express and Mongoose.Mongoose provides an object oriented interface for using MongoDB in Node.Everything in Mongoose starts with a Schema. Each schema maps to a MongoDB collection and defines the shape of the documents wit 阅读全文

posted @ 2014-02-14 15:33 Ijavascript 阅读(304) 评论(0) 推荐(0) 编辑