×

The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way on 59 pages.

Praise for The Node Beginner Book:

"This is one of the best tutorials I've read. As a former Java coder, I've always found JavaScript to be a black art, but you have really simplified things with this tutorial."

"I just wanted to drop you a note to say thank you for writing such an excellent introduction to node. Your book's explanation is fantastic!"

"This is one of the few beginner articles I made it all the way through because of how well it's written."

  1. About
    1. Status
    2. Intended audience
    3. Structure of this document
  2. JavaScript and Node.js
    1. JavaScript and You
    2. A word of warning
    3. Server-side JavaScript
    4. "Hello World"
  3. A full blown web application with Node.js
    1. The use cases
    2. The application stack
  4. Building the application stack
    1. A basic HTTP server
    2. Analyzing our HTTP server
    3. Passing functions around
    4. How function passing makes our HTTP server work
    5. Event-driven callbacks
    6. How our server handles requests
    7. Finding a place for our server module
    8. What's needed to "route" requests?
    9. Execution in the kingdom of verbs
    10. Routing to real request handlers
    11. Making the request handlers respond
    12. How to not do it
    13. Blocking and non-blocking
    14. Responding request handlers with non-blocking operations
    15. Serving something useful
    16. Handling POST requests
    17. Handling file uploads
  5. Conclusion and outlook
Leanpub book comments powered by Disqus