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 Article