https://github.com/txthinking/httpserver
This is a very simple http static server, sometimes we need it for testing
https://github.com/txthinking/httpserver
Last synced: 6 months ago
JSON representation
This is a very simple http static server, sometimes we need it for testing
- Host: GitHub
- URL: https://github.com/txthinking/httpserver
- Owner: txthinking
- License: mit
- Created: 2020-07-21T04:10:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T13:09:47.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T05:56:07.429Z (about 1 year ago)
- Language: Shell
- Homepage: https://www.txthinking.com
- Size: 16.6 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# httpserver
[中文](README_ZH.md)
This is a very simple http static server, sometimes we need it for testing
> **If you need a HTTP2 web server in production, try [nico](https://github.com/txthinking/nico)**
### Install via [nami](https://github.com/txthinking/nami)
```
$ nami install httpserver
```
### Usage
```
$ httpserver
```
## Author
A project by [txthinking](https://www.txthinking.com)
## License
Licensed under The MIT License