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) 编辑