In case you missed it, here is Jonathan Wexler’s live Twitch coding stream recap. For more, check out the book: Get Programming with Node.js. For more live coding streams, subscribe to Manning’s Twitch channel here: https://www.twitch.tv/manningpublications
This article has been adapted from lesson 4 of Get Programming with Node.js and covers:
Generating a basic web server using Node.js and npm
Writing code that processes requests from a browser and sends back a response
Running a web server in your browser
From Get Programming with Node.js by Jonathan Wexler
This article covers routing and how a few more Express.js methods allow you to send meaningful data to the user before building a view. We’ll also walk through collecting a request’s query string. The article ends touching on the MVC design pattern.