All Projects → 1000ch → Simplehttp2server

1000ch / Simplehttp2server

simplehttp2server wrapper that makes it seamlessly available as a local dependency

Programming Languages

javascript
184084 projects - #8 most used programming language

simplehttp2server Build Status

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

Wrapper for: https://github.com/GoogleChromeLabs/simplehttp2server

Install

$ npm install --save simplehttp2server

Usage

const {execFile} = require('child_process');
const simplehttp2server = require('simplehttp2server');

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

CLI

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].