A Simple Static HTTP Server
It is a simple static HTTP server Node.js module.
Getting Started
- With npm, run
npm install @funnyzak/http-server const StaticHttpServer = require('@funnyzak/http-server')
Usage
Here is an example that:
- create a new server instance
- start server.
1 | const StaticHttpServer = require('@funnyzak/http-server'); |
License
Apache-2.0 License © 2021 funnyzak

