This project illustrates the use of WebSockets in Golang for real-time communication.
- Echo - A high-performance, minimalist Go web framework for handling HTTP requests.
- Gorilla WebSocket - A robust WebSocket implementation for handling real-time messaging.
-
Clone the repository
git clone https://github.com/Sahil2k07/WebSockets-GO.git
-
Change directory
cd WebSockets-GO
-
Download all the packages required
go mod download
-
Run the project
go run .