ShankyTiwari / Group-Chat-implementation-in-GoLang-using-websocket

How to implement Group Chat in GoLang using websocket

Home Page:https://www.codershood.info/2020/06/17/build-a-realtime-group-chat-app-in-golang-using-websockets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

How to implement Group Chat in GoLang using websocket

https://www.codershood.info/2020/06/17/build-a-realtime-group-chat-app-in-golang-using-websockets/


Languages

Language:Go 51.8%Language:JavaScript 37.5%Language:HTML 5.6%Language:CSS 5.1%