Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

malpig/bare-server-node

Open more actions menu
 
 

Repository files navigation

TOMP Bare Server

This repository implements the TompHTTP bare server. See the specification 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.

Quickstart

  1. Install Bare Server Node globally
npm install --global @tomphttp/bare-server-node
  1. Start the server
npx bare-server-node

Optionally start the server localhost:8080:

npx bare-server-node --port 8080 --host localhost

Programically create a bare server

See examples/.

Development

See the wiki.

About

TompHTTP Bare server in the Node runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.