Skip to content

Node.js

by Connorhd on January 25th, 2010

So, the point of this blog is for me to post about things that interest me, this seems like a pretty obvious start.

Node.js is “Evented I/O for V8 javascript” this means you can perform I/O (read files, send across the internet etc) in an extremely efficient way, and write your code in JavaScript (something I find very attractive). I am currently using this for a number of projects including Ircster (more posts on this later).

From → Links