Winginx - Local web server for PHP5, MySQL, MongoDB, Node.js developers
Node.js works as standalone server. Together with nginx, it's a perfect duo!Package Manager NPM is included.Popular Express.js web framework and Jade template engine.Debug with Node-Inspector.Database...
View ArticleBuilding Web Apps with MongoDB, Node.js and Angular.js
I became an iPhone developer the moment I realized that the iPhone is not just a pretty and expensive phone; but rather that it is actually a networked Unix machine that fits in your pocket. See it on...
View ArticleCached sequential unique identifiers with Node.js and MongoDB
Acquiring sequential id with MongoDB is simple, as it support $inc command for atomic sequence increment. However, naive implementation requires hit to database every single time id is required, and...
View ArticleTodosMVC with Backbone.js, Node.js and MongoDB
This demo was written to illustrate how a server-side JavaScript solution could be applied to the TodosMVC application. I used Underscore.js, Backbone.js, Node.js, Express, Jade, Stylus, Mongoose and...
View ArticleNode.js and MongoDB - Getting started with MongoJS - How To Node - NodeJS
It won't be an exaggeration if one claims that in the past few months Node.js and MongoDB have literally taken the software and web industries by storm.See it on Scoop.it, via mongodb-node
View ArticleBlog Rolling with MongoDB, Node.js and Coffeescript
This morning I woke up with a lingering thought on my mind that was left over from recent conversations. In the technical community we often get so invested in our work that rather than talk about the...
View ArticleNode.Js server monitoring, part 2
Last time we mentioned two fundamental principles while monitoring any object: 1. The monitor should collect as much important information as possible that will allow to accurately evaluate the health...
View ArticleHttp Interface - MongoDB
MongoDB provides a simple http interface listing information of interest to administrators. This interface may be accessed at the port with numeric value 1000 more than the configured mongod port; the...
View ArticleNode.js + MongoDB = Love
Node.js with the popular document-oriented MongoDB make for a deeply powerful and robust application platform. Or in other words, they rock. See it on Scoop.it, via mongodb-node
View ArticleSimple MongoDb example for Nodejs
In this example we will see the interactivity between MongoDB and Nodejs. We will create a “Post It” application in Nodejs and save the data in MongoDb.See it on Scoop.it, via mongodb-node
View Articleexpressjs-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