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:38:48 +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 fix: avoid setting read limit on nil conn 2024-05-13 23:38:48 +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