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

5.0.0
latest
Source
npm
Version published
Maintainers
1
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

server

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