https://github.com/yanorei32/http-clock
Web-based clock implementation without JavaScript! XD
https://github.com/yanorei32/http-clock
axum clock html http realtime rust web
Last synced: 1 day ago
JSON representation
Web-based clock implementation without JavaScript! XD
- Host: GitHub
- URL: https://github.com/yanorei32/http-clock
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2024-06-23T19:24:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-30T05:14:07.000Z (25 days ago)
- Last Synced: 2026-01-02T15:39:08.903Z (22 days ago)
- Topics: axum, clock, html, http, realtime, rust, web
- Language: Rust
- Homepage: https://httpclock.yr32.net
- Size: 423 KB
- Stars: 56
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Clock
## Hosted Version
https://httpclock.yr32.net/
## But, Why?
[HTTP Clockを支える技術 ACT.1](https://blog.yr32.net/post/http-clock-act1/)
## Self-host Quick Start
```bash
docker run --rm -it -p 3000:3000 ghcr.io/yanorei32/http-clock
```
## Self-build Quick Start
```bash
git clone https://github.com/yanorei32/http-clock
cd http-clock
cargo run # by default, listens in 0.0.0.0:3000
```
If you don't have cargo, you can get it with [rustup](https://www.rust-lang.org/tools/install).