How to implement Group Chat in GoLang using websocket
Below command will Install all the dependencies recursively.
go get -d ./...
Use the below command to create executable and the run executable.
go build
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/