1XX - Server status
100 - Server version and time
Returns the server version (established in the server configuration file) and the current server time (as a timestamp)
In
{"type":100}
Out
{"type":100,"data":{"version":"0.1.0","t":1607339705}}
101 - Connected clients
Returns the number of connected clients
In
{"type":101}
Out
{"type":101,"data":{"clients":0}}
Last updated
Was this helpful?