Getting started with MongoDB and Mongoose
.ecae-button { font-size: 14px !important; } What is Mongoose? Mongoose is an “elegant mongodb object modeling for node.js“. If you have used MongoDB before and tried basic database operations, you...
View ArticleYeoman, Mongoose and MongoDB
.ecae-button { font-size: 14px !important; } In our previous post we talked about getting started with Mongoose and MongoDB. In this post, we will see how to use Yeoman and scaffold a new...
View ArticleMongoDB SSL with self signed certificates in Node.js
MongoDirector supports SSL configuration for MongoDB. Configuring and setting it up is easy and our earlier post talks all about it. It also discusses the need and pros and cons of MongoDB with...
View ArticleVisualizing Resque Usage using Node.js, Websockets, and Redis
Ever wanted to visualize how your Resque queues, workers, and jobs are doing? In this article, we are going to learn how to build some simple graphs around the Resque components. Introduction The...
View ArticleCaching tweets using Node.js, Redis and Socket.io
In this article, we will build a streaming list of tweets based on a search query entered by the user. The tweets will be fetched using Twitter’s Streaming API, stored in a Redis list and updated in...
View Article