https://github.com/shyamz-22/chatty
A simple WebSocket example with Go
https://github.com/shyamz-22/chatty
golang websocket
Last synced: about 1 month ago
JSON representation
A simple WebSocket example with Go
- Host: GitHub
- URL: https://github.com/shyamz-22/chatty
- Owner: shyamz-22
- License: mit
- Created: 2017-08-12T12:02:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T14:09:34.000Z (over 7 years ago)
- Last Synced: 2025-06-08T05:09:34.921Z (6 months ago)
- Topics: golang, websocket
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatty
A simple WebSocket example with Go
#### Notes:
Inspired by [Mat Ryer Go blueprints](https://github.com/matryer/goblueprints)