2.0.3 • Published 2 months ago

@tomphttp/bare-server-node v2.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months ago

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.

2.0.3

2 months ago

2.0.2

2 months ago

2.0.1

10 months ago

2.0.0

11 months ago

1.2.6

12 months ago

2.0.0-beta

11 months ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.4-deps1

2 years ago

1.0.4

2 years ago

1.0.3-deps2

2 years ago

1.0.3-log1

2 years ago

1.0.3

2 years ago

1.0.2-beta

2 years ago

1.0.1-beta

2 years ago

1.0.0-beta

2 years ago