Huge News!Announcing our $40M Series B led by Abstract Ventures.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

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
879
increased by62.78%
Maintainers
1
Weekly downloads
 
Created
Source

simplehttp2server GitHub Actions Status

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

You probably want simplehttp2server-cli instead.

Install

$ npm install --save simplehttp2server

Usage

import {execFile} from 'child_process';
import simplehttp2server from 'simplehttp2server';

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

License

MIT © Shogo Sensui

Keywords

FAQs

Package last updated on 21 Sep 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc