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

https://github.com/rexlx/sanic

host based reverse proxy
https://github.com/rexlx/sanic

go reverse-proxy

Last synced: about 2 months ago
JSON representation

host based reverse proxy

Awesome Lists containing this project

README

        

# Sanic

## host based router
starts an http instance for each entry in data.go and routes traffic from a single exposed port to the port associated with the host.

- can serve javascript apps
- also plain html
- probably apis as well, i havent tried yet