This document discusses building websites, APIs, and isomorphic web applications with Node.js in 3 parts:
1) Creating basic websites with Node.js without databases or authentication.
2) Building APIs with Node.js using HTTP verbs and connecting to databases.
3) Developing isomorphic applications where the client and server code are synchronized to improve performance. The Meteor platform is highlighted for building such applications.
Related topics: