This repository implements the TompHTTP bare server. See the specification [here](https://github.com/tomphttp/specifications/blob/master/BareServer.md).
This package is a modified version of TOMP Bare Server Node. The original repo is right here.
A guide for updating from v1 to v2 can be found here.
We provide a command-line interface for creating a server.
For more features, specify the --help option when running the CLI.
1. Be sure to install it.
npm install bare-server-vercel
2. Make it accessable to Vercel with the following steps:
- Install dependancies (after installing this)
npm install express fs path
See examples/.