Node.js

  • submit to reddit

Cluster Computing with Node.js

A single instance of Node runs in a single thread. To take advantage of multi-core systems we may want to launch a cluster of Node processes to handle the...

0 replies - 6621 views - 10/09/12 by Hemanth Madhavarao in Articles

MongoDB and Redis Go Head-to-Head with Node.js Social Analytics

And not just mongo vs. redis but also jade vs. ejs, azure vs. jitsu and anything else you want! All in today's GitMoon new rollout. Here are some of the...

0 replies - 6875 views - 10/05/12 by Yaron Naveh in Articles

F*** MongoDB, F*** Node.js, and F*** You!

I hate MongoDB. I hate Node.JS. I hate everything about NoSQL. While I'm at it, I also hate Apple OS and Windows and Linux. Why all the hate, you may ask? Why...

10 replies - 42204 views - 10/01/12 by Allen Coin in Articles

IRC Notification Bot with Node.js

This bot is a product of a simple need: notifying people when their friends log in to a particular channel:The need : Simple IRC bot, that would notify its...

0 replies - 2596 views - 09/24/12 by Hemanth Madhavarao in Articles

How to Deploy node.js Apps to AWS from Mac OS X(I)

After developing my first node.js app I decided to look where to host it. It had to be cheap and fast to deploy. My first attempt was to deploy to heroku. ...

0 replies - 3843 views - 09/11/12 by Javier Manzano in Articles

Mastering Heroku App Deployments with Node.js

After some months developing with node.js, now is the time to deploy these apps and see which problems appear. For the first two apps I decided to go with...

0 replies - 3066 views - 09/10/12 by Javier Manzano in Articles

Geospatial Queries with MongoDB and Node.js

 The following article was written by Javier ManzanoAs I’m working on a new website on node.js with MongoDB (with mongoose), I’m just realizing how...

0 replies - 3242 views - 09/04/12 by Will Soprano in Articles

My Thoughts on Node.js and Express

A while back I posted about how I had begun to see Node in a new light. (Do folks refer to it as "just" Node or do you always include the JS at...

0 replies - 9617 views - 09/04/12 by Raymond Camden in Articles

Geospatial Queries With Mongoose and Node.js

 The following article was written by Javier ManzanoAs I’m working on a new website on node.js with MongoDB (with mongoose), I’m just realizing how...

0 replies - 5157 views - 09/03/12 by Will Soprano in Articles

Test Driven Node.js Development

What would a language and framework be with unit testing, BDD, and other testing methods, frameworks and systems? So once you get beyond casual Node.JS...

0 replies - 6342 views - 09/02/12 by Tim Spann in Articles

Open-Source Social Analytics for Node.js Devs

Check out GitMoon - social analytics for Node.js open-source projects! Open source is fun. Sure, a lot of hard work is involved, but it's great to...

0 replies - 3015 views - 08/26/12 by Yaron Naveh in Articles

40+ Resources for the Node.js Developer

I am preparing to give a Brown Bag session on Node.js. Here are some notes: Main WebSite http://www.nodejs.org/ Node.JS on...

0 replies - 28432 views - 08/14/12 by Tim Spann in Articles

Using Node.js with Windows Azure SQL Database

Node.js is often used to build highly asynchronous endpoints for web applications. Although application built with Node.js are often...

0 replies - 5008 views - 08/14/12 by Mickey Williams in Articles

Montage - A Framework To Develop Rich HTML5 Applications Using JavaScript & Node.js.

Montage is framework lets you develop rich HTML5 applications that use JavaScript both on the front-end via the browser, and back-end via Node.js....

0 replies - 5372 views - 08/12/12 by Hirvesh Munogee in Articles

How to Run MongoDB on Azure AND Connect from a Node Web App

This post explains how to use MongoDB Replica Sets from a node.js app, all hosted on Windows Azure. For this, we'll use the new Windows Azure...

0 replies - 2710 views - 08/06/12 by Mariano Vazquez in Articles