Simple WebSocket relay service
Go to file
2022-05-21 15:21:51 +02:00
.gitignore Initial version 2022-05-21 15:21:51 +02:00
Dockerfile Initial version 2022-05-21 15:21:51 +02:00
go.mod Initial version 2022-05-21 15:21:51 +02:00
go.sum Initial version 2022-05-21 15:21:51 +02:00
main.go Initial version 2022-05-21 15:21:51 +02:00
namedLocker.go Initial version 2022-05-21 15:21:51 +02:00
README.md Initial version 2022-05-21 15:21:51 +02:00
socketPool.go Initial version 2022-05-21 15:21:51 +02:00

Go Report Card

Luzifer / ws-relay

This project is a very simple WebSocket relay service: No auth, no message parsing, just 1-n clients connecting to the same socket name receiving all messages sent to the socket.