bare-server-education
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

/bare-server-education/

    Package Sidebar

    Install

    npm i bare-server-education

    Weekly Downloads

    5

    Version

    2.0.1

    License

    none

    Unpacked Size

    167 kB

    Total Files

    43

    Last publish

    Collaborators

    • xbubbo