modulepackage
0.0.0-20241104134926-99ed92dd75ba
Repository: https://github.com/neondatabase/wsproxy.git
Documentation: pkg.go.dev
# README
wsproxy
Lightweight websocket->TCP proxy. Look at main.go
for available configuration options.
Run:
docker run -d -p 80:80 -p 2112:2112 --name wsproxy ghcr.io/neondatabase/wsproxy:latest
# Functions
No description provided by the author
No description provided by the author
SecureListenAndServe is a usual http.ListenAndServe that fixes https://deepsource.io/directory/analyzers/go/issues/GO-S2114.
No description provided by the author