Skip to content

Sahil2k07/WebSockets-GO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets - Golang

This project illustrates the use of WebSockets in Golang for real-time communication.

🚀 Tech Used

  • Echo - A high-performance, minimalist Go web framework for handling HTTP requests.
  • Gorilla WebSocket - A robust WebSocket implementation for handling real-time messaging.

Try for yourself

  1. Clone the repository

    git clone https://github.com/Sahil2k07/WebSockets-GO.git
  2. Change directory

    cd WebSockets-GO
  3. Download all the packages required

    go mod download
  4. Run the project

    go run .

About

The project illustrates the use of websockets in golang using the gorilla websocket package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages