A real-time communication using websockets in GoLang
-
Download the project and navigate to root folder
-
Run the command go run main.go
-
Open your browser and go to http://localhost:8000 to play around
-
Download and install GoLang
-
Install gorilla websocket by go get github.com/gorilla/websocket