Let's node!. A blog about node.js and express.js

node.js: Evented I/O for V8 JavaScript

About this blog

This blog is about node.js

It is based on howtonode (howtonode's source code is available on howtonode's github repository)

The source code of this blog is also available on letsnode's github repository.

Content of this blog

I will be posting here experiences and code of real projects I am developing by using node.js, express.js and NoSQL databases like REDIS.

Hope you also enjoy working with node.js as I do..

Latest article published

Example of what Node.js is really good at: a single threaded HTTP monitor

by Ivan Loire on 2011.12.19

An HTTP monitor is a service that pings web sites or services in predefined intervals to check if they are up and running as they are supposed to.

Read more...