rexlx / sanic

host based reverse proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

host based reverse proxy

License:MIT License


Languages

Language:Go 98.7%Language:Shell 1.3%