Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorropo/jhttp


https://github.com/jorropo/jhttp

Last synced: 14 days ago
JSON representation

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)