feat: safe websocket server implementation

This commit is contained in:
2025-09-24 23:06:40 +07:00
parent 8dd4050cad
commit 34811d4132
7 changed files with 407 additions and 0 deletions

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=