🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

bare-server-node

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

bare-server-node

The Bare Server implementation in NodeJS.

2.0.3
latest
74

Supply Chain Security

100

Vulnerability

82

Quality

77

Maintenance

70

License

Version published
Weekly downloads
51
50%
Maintainers
0
Weekly downloads
 
Created
Issues
6

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

  • Install Bare Server Node globally
npm install --global @tomphttp/bare-server-node
  • 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.

FAQs

Package last updated on 13 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts