new server

This commit is contained in:
Smile Rex
2026-01-14 23:10:23 +03:00
parent 83f356cea9
commit c1df49fde1
12 changed files with 342 additions and 69 deletions

7
controllers/protocol.go Normal file
View File

@@ -0,0 +1,7 @@
package controllers
const (
MSG_WELCOME = 0
MSG_INPUT = 1
MSG_SNAPSHOT = 2
)