Build a Simple HTTP Server with Node.js

InstructorWill Button

Share this video with your friends

Send Tweet

In this lesson, you will learn how to build a simple http server that serves different content based on routes (a.k.a. the url requested by the client) as well as the http method used.