New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simplehttp2server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplehttp2server

simplehttp2server wrapper that makes it seamlessly available as a local dependency

0.1.0
Source
npm
Version published
Weekly downloads
671
43.99%
Maintainers
1
Weekly downloads
 
Created
Source

simplehttp2server Build Status

simplehttp2server serves the current directory on an HTTP/2.0 capable server. This server is for development purposes only.

Install

$ npm install --save simplehttp2server

Usage

var execFile = require('child_process').execFile;
var simplehttp2server = require('simplehttp2server');

execFile(simplehttp2server, function (err) {
	console.log('Simple http2 server is starting!');
});

CLI

$ npm install --global simplehttp2server
$ simplehttp2server --help

License

Apache 2

Keywords

server

FAQs

Package last updated on 11 Dec 2015

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