Node.js

Building Your First Node.js Application


Posted in:

One of the most talked about technologies on the web right now is node.js, which is a server side implementation of JavaScript. That's not really anything new, but what is new is how it's built. The framework is built on top of Google's v8 engine, which is lightning fast. It's made to create "scalable network programs" by making nearly everything work asynchronously.

Read More Icon Read More