Talon876 / barebones-http-examples

Some examples of a basic web server built using the net, http, and express libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barebones HTTP Servers

Run npm install and then run one of the following webservers:

  • barebones_net.js -- npm run net
  • barebones_http.js -- npm run http
  • barebones_express.js -- npm run express

About

Some examples of a basic web server built using the net, http, and express libraries


Languages

Language:JavaScript 100.0%