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: 3 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-29T23:19:06.000Z (21 days ago)
- Last Synced: 2026-05-30T01:11:34.920Z (21 days ago)
- Topics: axum, clock, html, http, realtime, rust, web
- Language: Rust
- Homepage: https://httpclock.yr32.net
- Size: 544 KB
- Stars: 56
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Clock
> [!WARNING]
> This project is 100% Human Generated. Use at your own risk.
## 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).