Skip to content

ShankyTiwari/Send-message-to-specific-user-in-GoLang-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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