https://github.com/1000ch/simplehttp2server-cli
This package provides the CLI functionality of simplehttp2server.
https://github.com/1000ch/simplehttp2server-cli
cli http http-server http2 nodejs
Last synced: 3 months ago
JSON representation
This package provides the CLI functionality of simplehttp2server.
- Host: GitHub
- URL: https://github.com/1000ch/simplehttp2server-cli
- Owner: 1000ch
- Created: 2020-06-03T19:41:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T22:07:39.000Z (almost 3 years ago)
- Last Synced: 2024-09-13T16:24:50.267Z (over 1 year ago)
- Topics: cli, http, http-server, http2, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# simplehttp2server-cli 
> simplehttp2server serves the current directory on an HTTP/2.0 capable server. This server is for development purposes only.
This package provides the CLI functionality of [simplehttp2server](https://github.com/1000ch/simplehttp2server).
## Install
```
$ npm install --global simplehttp2server-cli
```
## Usage
```
$ simplehttp2server --help
```
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)