Group Chat implementation In GoLang using websocket

How to implement Group Chat in GoLang using websocket

Installtion

Below command will Install all the dependencies recursively.

go get -d ./...

Starting the GO server

Use the below command to create executable and the run executable.

go build

Explanation and Blog Post

I have written a complete article on this application. For more details and Code explanation, visit this link https://www.codershood.info/2020/06/17/build-a-realtime-group-chat-app-in-golang-using-websockets/