© Fernando Doglio 2018
Fernando DoglioREST API Development with Node.js https://doi.org/10.1007/978-1-4842-3715-1_5

5. Working with Modules

Fernando Doglio1 
(1)
La Paz, Canelones, Uruguay
 

As I discussed in Chapter 3, Node.js has a huge community of developers behind it; they are willing to put hours and effort into providing the rest of the people in that community with high-quality modules.

In this chapter, I’ll talk about some of those modules; you’ll see how to use them to get the architecture described in Chapter 4.

More specifically, you’ll need modules for the following parts:
  • HTTP request and response handling: This is the most basic feature. As you’re about to see, there are plenty of options out there to pick from.

  • Routes handling: Aside from ...

Get REST API Development with Node.js : Manage and Understand the Full Capabilities of Successful REST Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.