/sanic

host based reverse proxy

Primary LanguageGoMIT LicenseMIT

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