Node.js is Important. An Introduction
Friday, March 19th, 2010Once in a while you come across a new technology and are just blown away by it. You feel that something like this should have been around much earlier and that it is (gonna be) a significant milestone, not just in your own live as a developer but in general.
The last time this happened to me was when I dug a bit deeper into a project called node.js or just “node” as the binary is called. In case you have not heard about this don’t worry. However, if you are a developer, especially if you are working with JavaScript, then you should be concerned and maybe check your news sources, because it is a couple of months old already and it is drawing a lot of attention lately! If you’re not a developer this might get a bit techy from here, but maybe you get something out of it after all…
Ok so what is node.js? It’s actually not too easy to explain, but basically node.js is an:
- open-source
- low-level
- evented
- non-blocking
- event loop based
- SSJS runtime environment
It is written in C and JavaScript, it contains the V8 JavaScript engine, a CommonJS module system and it helps you to implement highly concurrent web servers by handling I/O very efficiently, namely in a non-blocking way. Support for TCP, DNS and HTTP is included and many HTTP features are supported that are important for Comet-style web applications - things like hanging requests.
(more…)


I am
As 
Finally I get to post something about my visit to Paris and specifically the XTech conference 2007. I went to XTech to speak about “
A week after our visit to
Additional to
subscribe to RSS feed







