not-varram / bare-server-node

The TOMP bare server, written in NodeJS.

Home Page:bare-server-node.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Clone the repository locally
git clone https://github.com/tomphttp/bare-server-node.git
  1. Enter the folder
cd bare-server-node
  1. Install dependencies
npm install
  1. Start the server
node ./app.js server --port 80 --host localhost

About

The TOMP bare server, written in NodeJS.

bare-server-node.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.8%Language:Shell 0.2%