Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangupta/up
Simple HTTP server
https://github.com/sangupta/up
Last synced: 4 days ago
JSON representation
Simple HTTP server
- Host: GitHub
- URL: https://github.com/sangupta/up
- Owner: sangupta
- License: mit
- Created: 2022-09-09T18:24:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T17:54:28.000Z (over 1 year ago)
- Last Synced: 2024-06-21T06:20:29.766Z (5 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# up
Simple HTTP server.
# Hacking
# Running locally
```sh
$ git clone [email protected]/sangupta/up.git
$ cd up
$ go build
```
# ReleaseTo build a production mode binary, use the following command:
```sh
$ go build -ldflags="-s -w" main.go
$ upx --best -k ./up
```# License
MIT License. Copyright (c) 2022, Sandeep Gupta.