feat: 基本的websocket echo服务

This commit is contained in:
2025-12-17 12:03:06 +08:00
parent b824dc3792
commit 1bc9c6a924
11 changed files with 242 additions and 29 deletions

2
go.mod
View File

@ -4,4 +4,4 @@ go 1.25.5
require github.com/coder/websocket v1.8.14
require github.com/go-chi/chi/v5 v5.2.3 // indirect
require github.com/go-chi/chi/v5 v5.2.3