Reimplementation of cisoakk's websocket relay example in GO. See https://github.com/cisoakk/wsServer/tree/master/examples/relay
Go to file
2024-05-13 23:23:42 +03:00
go.mod Initial commit 2024-05-13 02:11:34 +03:00
go.sum Initial commit 2024-05-13 02:11:34 +03:00
main.go Set read limit to unlimited (default was 32K) 2024-05-13 23:23:42 +03:00
peers.json Initial commit 2024-05-13 02:11:34 +03:00
README.md Initial commit 2024-05-13 02:11:34 +03:00

Reimplementation of cisoakk's websocket relay example in GO

https://github.com/cisoakk/wsServer/tree/master/examples/relay