Web server implementation with basic http in node.js
Ensure you have installed node and npm and globally nodemon.
Install: mkdir webserver cd webserver git clone https://github.com/vladimircostaj/webserver.git npm install
Execute server:
For server.js run: npm run dev
For running the server examples from 0 to 3, where X is [0-3]: nodemon serverX.js