@letticdo/bare-server-node-tomphttp
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

TOMP Bare Server

This package is a version made by Letti42 for a personal package. The original and the following is created by @tomphttp

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. 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.

Readme

Keywords

Package Sidebar

Install

npm i @letticdo/bare-server-node-tomphttp

Weekly Downloads

1

Version

1.0.2

License

GPL-3.0

Unpacked Size

137 kB

Total Files

40

Last publish

Collaborators

  • letti