Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 348 Bytes

File metadata and controls

21 lines (12 loc) · 348 Bytes

Sending message to specific user in GoLang using websocket

Sending message to specific user 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