feat: implement websocket echo server

This commit is contained in:
2025-06-14 20:11:47 +03:00
commit f252a4933f
4 changed files with 69 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module gitea.mrixs.me/minecraft-platform/ping-helper
go 1.24.1
require github.com/gorilla/websocket v1.5.3 // indirect