working websocket implementation

This commit is contained in:
2025-12-01 10:45:58 +01:00
parent 675e114278
commit 667db6be83
11 changed files with 386 additions and 23 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/samber/lo v1.52.0 // indirect
github.com/samber/slog-common v0.19.0 // indirect
golang.org/x/text v0.22.0 // indirect