added
API: Added Guide for Latency Measurement to DatHost Servers
about 1 year ago by Adam Myllykoski
Changelog:
- Published a guide for selecting the best server location using WebSocket.
Details:
We've added a detailed guide to help in accurately measuring the latency between a user's browser and our servers. This is great if you need to figure out the best server location to play a match on based on all user's latency.
The guide covers:
- WebSocket communication structure and the Ping-Pong mechanism.
- A simple Javascript example to check the latency right in your browser.
Check out the guide here: Ping Server Locations via WebSocket