1 unstable release
0.1.0 | Mar 5, 2023 |
---|
#441 in HTTP client
Used in clock-check
3KB
60 lines
time-server
A simple time server written in Rust, which you can use to ensure your clients' clocks are in sync with a server.
Setup and Usage
Pre-requisites
Running the server
- Clone the repo
git clone https://github.com/filiptronicek/time-server-rust.git
- Run the server
cd server cargo run
- The server will be running on port 8000
clock-check
CLI
The clock-check
CLI is a simple tool that you can use to consume and use the data from the time server. More info in its README.
Public instances
These are some public instances of the time server, which you can use to test from the CLI. To use one of these, supply the URL as the --server
argument to the CLI. If you decide to host one yourself, please add it to this list.
URL | Description |
---|---|
https://time.filiptronicek.workers.dev/ | A compatible time server hosted on Cloudflare Workers, which is based on the Javascript implementation of the server. |
https://time-server.filiptronicek.workers.dev/ | A lightweight version of the server running on Cloudflare Workers with WebAssembly. |
Dependencies
~15–49MB
~801K SLoC