expressjs-blog
"expressjs-blog - ExpressJS sample blog that uses Mongoose, Jade, Stylus and AJAX/jQuery."See it on Scoop.it, via mongodb-node
View ArticleSticky Notes App in Nodejs using MongoDb
In this example we will see the interactivity between MongoDB and Nodejs. We will create a “Post It” / “Sticky Notes” application in Nodejs and save the data in MongoDb. Ple...See it on Scoop.it, via...
View ArticleBuilding a Simple REST API using Node.js with MongoDB and Mongoose
In this post, I will demonstrate how to build a simple REST API using Node.js with NoSQL database MongoDB. This demo app will be using MongoDB object modeling tool Mongoose to connecting with MongoDB...
View ArticleDeveloping with Node.js and MongoDB: Part I
For the past 3-4 months I’ve been part of a developer team here at e-conomic that’s working full-time on a Node.js and MongoDB solution. We’re primarily developing a REST API that’s used by a web...
View ArticleBuilding a Login System in Node.js and MongoDB
This past week I finally got around to playing with Node.js and am really impressed with how simple it was to get a server and database up and running in literally minutes.See it on Scoop.it, via...
View ArticleMongoDB, Windows Azure and Node.js
The Windows Azure ecosystem is being extended both by Microsoft and by third-party providers. This post focuses on one of these extensions – the...See it on Scoop.it, via mongodb-node
View ArticleUnderstanding MapReduce in MongoDB, with Node.js, PHP (and Drupal)
MongoDB's query language is good at extracting whole documents or whole elements of a document, but on its own it can't pull specific items from deeply embedded arrays, or calculate relationships...
View ArticleHow to wait for 2+ asynchronous responses on NodeJS (CommonJS Promises)
Have you ever need to wait for several, unrelated asynchronous functions or processes on NodeJS in order to met dependencies of a last request/method/function/etc? I’m really sure you have, and it can...
View ArticleCassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison :: KKovacs
While SQL databases are insanely useful tools, their monopoly of ~15 years is coming to an end. And it was just time: I can't even count the things that were forced into relational databases, but never...
View ArticleMap Reduce with Node.js and Mongo
Working on my pet project I ran into an issue where the data coming for mongo needed to be prepped for client-side view.Traditionally, if it was an RDBMS, we could use a “group by” query.See it on...
View ArticleSchemas in MongoDB with Node.js
Many language drivers include libraries (either native or third party) that help you create schemas. Let’s take a look at one NoSQL database in particular, MongoDB, and a server-side system called...
View ArticlePub/sub with MongoDB
There are plenty of existing messaging systems out there (Redis, AMQP, ØMQ, etc.) but I’ve recently found MongoDB to be a very compelling alternative, especially if you’re already running MongoDB...
View ArticleManual Dependency Injection in JavaScript
Dependency injection (DI) is a pattern used to write modular, loosely coupled components. Specifically, you inject specific dependencies into a module at run-time rather then loading them in a...
View ArticleWhat 10gen nailed with MongoDB by Calvin French-Owen
When my co-founders and I first started on our startup a little over a year ago, we asked other startups about what to database they were using. Nine out of ten people all had the same response: “Just...
View Articlejavascript – how to query in mongodb?
You need to use the dot notation to reach into nested objectsSee it on Scoop.it, via mongodb-node
View ArticleMongoose and MongoHQ
A while ago I wrote a post about how to hook up node.js with the MongoHQ database hosting service. I still love MongoHQ, but my mongo wrapper around the node mongodb native driver sucked! I recently...
View ArticleGeospatial Queries with MongoDB and Node.js
In one of the new features I was developing I wanted to use geolocation on my searchs.See it on Scoop.it, via mongodb-node
View ArticlePassword Authentication with Mongoose and bcrypt
This post is Part 1 of a series on implementing username/password authentication for your Mongoose user models. In this first installment, we will discuss how to implement one-way encryption of user...
View ArticleMongoDB Monitoring Service (MMS)
nodejs-code's insight:MongoDB Monitoring Service (MMS) is a free cloud-based service provided by 10gen for monitoring MongoDB deployments in real time. MMS features charts, custom dashboards and...
View ArticleAmazon Web Services Blog: Modulus - Scalable Hosting of Node.js Apps With...
Charlie from Modulus wrote in to tell me that their new platform is now available, and that it runs on AWS. Modulus was designed to let you build and host Node.js applications in a scalable fashion....
View Article