April 2019
Beginner
480 pages
14h 32m
English
In lesson 4, I introduced you to the web server and showed how you can create one with Node.js. Every time a user visits a URL that leads to your application, a request is made, and each request must be processed by the code you write. In this lesson, you learn how to gather and process some of the information in these requests. You also build application routes—code logic to match requests with appropriate responses.
This lesson covers
As you plan web pages for your recipe application, you realize that the basic web server you’ve built knows how to ...
Read now
Unlock full access