Back to Browse

NodeJS Web Server - Handling HTTP Requests

39.5K views
Aug 1, 2019
26:26

This tutorial covers how to build an HTTP Server with Node as well as everything you need to know about the HTTP Request object that will be received by the server. How to handle Querystrings as well as POST data is also covered. Starter Code GIST: https://gist.github.com/prof3ssorSt3v3/26e3368635e8b29e206274171828023f Starter Node Web Server video: https://www.youtube.com/watch?v=UMKS6su8HQc Node HTTP reference: https://nodejs.org/dist/latest-v10.x/docs/api/http.html NPM formidable module: https://github.com/node-formidable/node-formidable

Download

1 formats

Video Formats

360pmp437.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

NodeJS Web Server - Handling HTTP Requests | NatokHD