A simple WebSocket-based broadcast server built with Go and gorilla/websocket
.
- WebSocket communication using
gorilla/websocket
- CLI commands powered by
spf13/cobra
- Client and server interaction
# Clone the repository
git clone https://github.com/Abhishek2010dev/Broadcast-Server
cd Broadcast-Server
# Install dependencies
go mod tidy
go run main.go start
Server will start at: http://localhost:3000
go run main.go connect --username alice
This project is licensed under the MIT License.