https://github.com/root27/go-ws
Very basic websocket example in Go
https://github.com/root27/go-ws
golang server websocket
Last synced: over 1 year ago
JSON representation
Very basic websocket example in Go
- Host: GitHub
- URL: https://github.com/root27/go-ws
- Owner: root27
- Created: 2024-02-29T07:57:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T09:07:52.000Z (over 2 years ago)
- Last Synced: 2025-01-10T08:58:35.829Z (over 1 year ago)
- Topics: golang, server, websocket
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Websocket in Go
This is a basic example of a websocket server in Go. It uses the gorilla/websocket package.