Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schollz/basicwebsocket
Copy and paste practical implementation of websockets for Go.
https://github.com/schollz/basicwebsocket
golang websocket
Last synced: 3 months ago
JSON representation
Copy and paste practical implementation of websockets for Go.
- Host: GitHub
- URL: https://github.com/schollz/basicwebsocket
- Owner: schollz
- License: mit
- Created: 2020-01-09T18:22:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T00:33:36.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T11:11:56.280Z (5 months ago)
- Topics: golang, websocket
- Language: Go
- Homepage: https://schollz.com/blog/websockets-with-golang/
- Size: 6.84 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basicwebsocket
This is a basic practical websocket example using Go.
I often find myself re-using this code, so I thought I put it here for my own sake (and maybe yours too).
## License
MIT