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

View File

@@ -1,12 +1,10 @@
package main
import (
"log"
"server/controllers"
)
func main() {
hub := controllers.NewHub()
log.Println("Server listening websocket on :8080")
hub.Start()
}