dumbtime-server v0.1.0 Welcome to dumbtime! Dumbtime provides an exceedingly simple websocket API[1] to retreive the current time[2] from the server as the number of milliseconds since the unix epoch[3]. That's it. Sending any text message (contents are discarded) will result in a reply with the timestamp as text. Sending any binary message (contents are discarded) will result in a reply with the timestamp as a 16 byte (128 bit) little-endian unsigned integer. Source lives at https://gitlab.com/tcnj/dumbtime 1. Websocket listens on /api/v1/ws 2. As reported by this server's operating system 3. 1970-01-01 00:00:00 UTC