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
- Host: GitHub
- URL: https://github.com/shankytiwari/send-message-to-specific-user-in-golang-websocket
- Owner: ShankyTiwari
- Created: 2020-05-07T03:06:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T05:02:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T10:56:26.241Z (2 months ago)
- Topics: golang, golang-websocket-server, specific-socket-emit, specific-user-broadcast, specific-user-emit, websocket
- Language: Go
- Homepage: https://www.codershood.info/2020/06/21/sending-message-to-specific-user-with-golang-websocket/
- Size: 12.7 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```