Ping Service
This service exposes the ping information. Normally the websockets protocol allows for a ping command; however, most browsers have not exposed this as a method that can be called by Javascript. Therefore, this service is created to mimic ping and return server time.
Details
These are the properties that are available from this service:
- Server time
Developers
Development details for this server can be found at the address below:
https://github.com/CaffeinatedRat/WebSocketServices/wiki/Ping-Service
Comments