To install the package, run:
go install github.com/go-zoox/api-gateway/cmd/api-gateway@latest
# start api-gateway, cached in memory, default udp port: 80
api-gateway
# start api-gateway with config (see conf/api-gateway.yml for more options)
api-gateway -c api-gateway.yml
See the configuration file.
GoZoox is released under the MIT License.