Add realtime gateway and simulator bridge

This commit is contained in:
2026-03-27 21:06:17 +08:00
parent 0703fd47a2
commit 2c0fd4c549
36 changed files with 6852 additions and 1 deletions

5
realtime-gateway/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module realtime-gateway
go 1.25.1
require github.com/coder/websocket v1.8.14