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