Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sangupta/up

Simple HTTP server
https://github.com/sangupta/up

Last synced: 4 days ago
JSON representation

Simple HTTP server

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
```
# Release

To 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.