Mini web server
A small, dependency free, single route web server
- Supports POST bodies
- JSON by default (we'll encode responses for you)
- ES8
- No callbacks - routes return an object with 'status' and 'body'
Usage
const webserver = STATUS_CODES = port = 6666 host = 'localhost' await