RubySource: Looking Outside Ruby – Node.js

    Ian Oxley
    Share

    In this, the latest in the Looking Outside Ruby series, we’re going to have a look at server-side JavaScript with Node. What is Node? Node is a set of libraries that enable JavaScript to run outside the browser, where the JavaScript in question is the V8 engine from Chrome. It’s main aim is to make it simple and easy to build network clients and servers.

    See the original post:
    Looking Outside Ruby: Node.js