
First post in some time. There is a good reason thoug. I joined Mozilla almost a month ago, will write more about that soon, and have been crazy busy getting set-up etc. Also, I will be blogging less here and will mostly be posty my articles over on the Mozilla WebDev blog. Today then is the first time of many, that I will post short excerpts here that will point to the WebDev blog, enjoy:
Node.js is an evented system, that allows JavaScript developers to write fast, non-blocking, applications that run independent of the client and have access to aspects of the underlying operating system such as the file system.
Installing Node.js on systems such as Linux or Mac OSX is straight forward and simple but, installing it under Windows is a little more tricky, that is until the port of Node.js to Windows is complete, allowing Node.js to run natively on Windows.
