Node.js tutorials#2 - Handling HTTP requests

Опубликовано: 28 Сентябрь 2024
на канале: Almatrass
194
6

UPDATE 2021/01/22: You must now give a `defaultLayout` property of `null` to the handlebars object for this code to work. Check the GitHub repo to see the updated code.

The second video in the node.js video series. This one looks at handling some HTTP requests to make a basic webserver.
You can view the code used in all the videos in this series on github: https://github.com/almatrass/node-you...