These free mini-courses will give you a strong foundation in web development. Track your progress and access advanced courses on HTML/CSS, Ruby and JavaScript for free inside our student portal.
Scroll down...
This demo will focus on getting you acquainted with how to setup your own Node.js web server and respond to HTTP requests with HTML.
The project repo for this demo can be found here.
Once you have the repo cloned or forked you can follow along with the videos to see how to navigate the code. Feel free to alter the code examples to see how they work!
This video takes you through the setup process to get your server running.
This video covers how to serve an HTML page with Node.js.
The following video addresses how to handle a 404 error server-side with Node.
This demo covered how to create your own HTTP server in Node.js and serve HTML pages. This will prepare you well to take on the assignment for this section where you'll be building a similar server and outputting dynamic content!