https://github.com/leoho0722/websocket-example
Example of implementing WebSocket using Go
https://github.com/leoho0722/websocket-example
gin-gonic go gorilla-websocket websocket
Last synced: about 2 months ago
JSON representation
Example of implementing WebSocket using Go
- Host: GitHub
- URL: https://github.com/leoho0722/websocket-example
- Owner: leoho0722
- Created: 2023-11-15T16:50:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:47:57.000Z (over 1 year ago)
- Last Synced: 2024-12-16T17:46:17.561Z (over 1 year ago)
- Topics: gin-gonic, go, gorilla-websocket, websocket
- Language: Swift
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# websocket-example
Example of implementing WebSocket using Go
## Topic
### Server side
* gorilla
* See [gorilla folder](./gorilla/)
* gin
* See [gin folder](./gin/)
### Client side
* iOS
* See [ios-client](./ios-client)