Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorropo/jhttp
https://github.com/jorropo/jhttp
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorropo/jhttp
- Owner: Jorropo
- License: mpl-2.0
- Created: 2023-05-20T06:35:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-20T07:06:18.000Z (over 1 year ago)
- Last Synced: 2024-12-21T16:57:53.009Z (20 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
Awesome Lists containing this project
README
# jhttp - a simple http server for all of your development needs
```console
$ go install github.com/Jorropo/jhttp@latest
$ jhttp
will serve on http://localhost:8081
```
```console
$ go run github.com/Jorropo/jhttp@latest
will serve on http://localhost:8081
```
```console
$ jhttp -help
Usage: jhttp [path/to/serve]
-a string
Address to serve at. (default "localhost:8081")
```# License
[MPL 2.0](./LICENSE.html)