0.0.1 • Published 3 years ago
7x-networks-bare-server-node v0.0.1
TOMP Bare Server
This repository implements the TompHTTP bare server. See the specification here.
Usage
We provide a command-line interface for creating a server.
For more features, specify the --help option when running the CLI.
Quickstart
- Install Bare Server Node globally
npm install --global @tomphttp/bare-server-node- Start the server
npx bare-server-nodeOptionally start the server localhost:8080:
npx bare-server-node --port 8080 --host localhostProgramically create a bare server
See examples/.
Development
See the wiki.