Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gkawamoto/go-proteus

Reverse proxy to transform requests.
https://github.com/gkawamoto/go-proteus

Last synced: about 2 months ago
JSON representation

Reverse proxy to transform requests.

Awesome Lists containing this project

README

        

# go-proteus

Reverse proxy to transform requests.

## Installation

### Docker

```bash
$ docker run -p 8080:8080 gkawamoto/go-proteus:latest
```

### Golang

```bash
$ go install github.com/gkawamoto/go-proteus/cmd/proteus@latest
```

## Contributing

Push your changes to a branch and open a pull request.