https://github.com/s4kibs4mi/gofu-socket
Example of Golang websocket client and server using Gorilla websocket library.
https://github.com/s4kibs4mi/gofu-socket
golang golang-examples websocket
Last synced: 2 months ago
JSON representation
Example of Golang websocket client and server using Gorilla websocket library.
- Host: GitHub
- URL: https://github.com/s4kibs4mi/gofu-socket
- Owner: s4kibs4mi
- Created: 2018-05-13T09:13:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T09:16:57.000Z (over 7 years ago)
- Last Synced: 2025-01-18T10:28:05.126Z (9 months ago)
- Topics: golang, golang-examples, websocket
- Language: Go
- Size: 3.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoFu WebSocket
Example of Golang websocket client and server using Gorilla websocket library.
##### Build
```bash
./buid.sh
```##### Run
```bash
docker-compose up
```