NodeJS APIs Without Express

09-22-2019

Code:

https://github.com/brian-childress/node-api-without-express

In this video we create 3 simple API endpoints in NodeJS without Express.js. We use the HTTP module from Node to serve plain text, HTML, and JSON. This is a simple, lightweight server.