All Topics

Node

Write JavaScript for the back end

Overview

Node allows you to write server-side JavaScript. It's particularly good for projects that require a lot of concurrent connections to the server. Node is rarely used on its own, and typically used with frameworks built on top of it, like Express or Meteor.

Related Topics

What you should learn next