https://github.com/mkhuda/gowes-pingpong
Golang Websocket PingPong Latency Test
https://github.com/mkhuda/gowes-pingpong
golang melody ping-pong websocket
Last synced: about 2 months ago
JSON representation
Golang Websocket PingPong Latency Test
- Host: GitHub
- URL: https://github.com/mkhuda/gowes-pingpong
- Owner: mkhuda
- Created: 2021-12-11T14:17:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T22:13:20.000Z (over 3 years ago)
- Last Synced: 2025-02-23T07:06:32.329Z (2 months ago)
- Topics: golang, melody, ping-pong, websocket
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang with Gin & Melody as PingPong
> Measure latency of websocket ping-pong to the server
> This actually not ping-pong mechanism, because ping-pong are handled automatically by client-server frame. This implementation just to take advantage of `HandlePong` on Melody module then measure the timestamps that sended by client to server (round trip).
