added basic websocket broadcasting functionality

This commit is contained in:
2024-04-17 01:48:18 +02:00
parent 8e1a01ca8a
commit e1308a7ebe
8 changed files with 124 additions and 49 deletions

View File

@@ -4,5 +4,6 @@ go 1.21.0
require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/net v0.17.0 // indirect
)