Pages

Showing posts with label mongoose. Show all posts
Showing posts with label mongoose. Show all posts

Thursday, July 18, 2013

Building a simple API using node.js

I have already introduced node.js in a previous article and explained how to install it in another one. Now it is time to go further with it. Basically what we will try to do today is to create a basic yet functional API server using node.js along with restify and mongoose, which are two modules.