The UrBlog

John's Ramblings about Software Development

An Introduction to Node.js

Node.js is an evented I/O server built on Google’s V8 JavaScript engine. Node provides a simple way to build highly scalable server applications. This article will provide an introduction to Node along with installation details and a first server. more…

Comments