An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/send-message-to-specific-user-in-golang-websocket

Sending a message to a specific user in GoLang using WebSocket
https://github.com/shankytiwari/send-message-to-specific-user-in-golang-websocket

golang golang-websocket-server specific-socket-emit specific-user-broadcast specific-user-emit websocket

Last synced: about 1 month ago
JSON representation

Sending a message to a specific user in GoLang using WebSocket

Awesome Lists containing this project

README

        

# 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.

```bash
go get -d ./...
```

## Starting the GO server

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

```bash
go build
```