Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotet/server-test
Single-binary HTTP server
https://github.com/kotet/server-test
golang server single-binary
Last synced: 1 day ago
JSON representation
Single-binary HTTP server
- Host: GitHub
- URL: https://github.com/kotet/server-test
- Owner: kotet
- License: unlicense
- Created: 2019-08-27T04:50:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T12:08:30.000Z (about 5 years ago)
- Last Synced: 2023-08-12T08:58:06.297Z (over 1 year ago)
- Topics: golang, server, single-binary
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# server-test
```console
$ go get -u -v github.com/kotet/server-test
$ cd $GOPATH/src/github.com/kotet/server-test
$ packr build
$ ./server-test
Serving HTTP on http://localhost:8080 ...
```