Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeyeager/golang-websocket-echo-ping-example
https://github.com/lukeyeager/golang-websocket-echo-ping-example
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeyeager/golang-websocket-echo-ping-example
- Owner: lukeyeager
- License: mit
- Created: 2018-05-23T17:40:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T17:52:46.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:45:43.467Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-websocket-echo-ping-example
Example of a golang websocket server.
The server echos messages from clients back to the client.
It also implements ping-pong initiated from the server.```
go get ./...
go run server.go
```