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
- Host: GitHub
- URL: https://github.com/rexlx/sanic
- Owner: rexlx
- License: mit
- Created: 2023-10-29T11:38:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-20T15:39:24.000Z (about 1 year ago)
- Last Synced: 2025-03-24T04:03:04.916Z (about 2 months ago)
- Topics: go, reverse-proxy
- Language: Go
- Homepage:
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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