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

https://github.com/sphericalkat/balrog-backend


https://github.com/sphericalkat/balrog-backend

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# Forward-proxy
A stateless forward proxy for intercepting http(s) traffic and acting as a gateway. This particular service is built in Go. Install the dependencies to get started.

## Dependencies:
- [Go](https://golang.org/)
- [Redis](https://redis.io)

## Run the server
```bash
go run .
```

## Build a binary
```shell
go build . -o
```