Add WebSocket transport and working CLI example + unit tests

This commit is contained in:
robert
2026-01-04 21:22:59 +00:00
parent ac2d1887a9
commit 13f4261eb0
6 changed files with 184 additions and 15 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.25.4
require (
github.com/onsi/ginkgo/v2 v2.27.3
github.com/onsi/gomega v1.38.3
nhooyr.io/websocket v1.8.17
)
require (