Skip to content

A simple WebSocket-based broadcast server built with Go and gorilla/websocket.

License

Notifications You must be signed in to change notification settings

Abhishek2010dev/Broadcast-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 Broadcast Server

A simple WebSocket-based broadcast server built with Go and gorilla/websocket.

🚀 Features

  • WebSocket communication using gorilla/websocket
  • CLI commands powered by spf13/cobra
  • Client and server interaction

📦 Installation

# Clone the repository
git clone https://github.com/Abhishek2010dev/Broadcast-Server
cd Broadcast-Server

# Install dependencies
go mod tidy

🛠 Usage

Start the Server

go run main.go start

Server will start at: http://localhost:3000

Connect as a Client

go run main.go connect --username alice

📜 License

This project is licensed under the MIT License.

🔗 Reference

Project Roadmap

About

A simple WebSocket-based broadcast server built with Go and gorilla/websocket.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages