epoch_clock

October 23, 2024 ยท View on GitHub

lol why did I use rust for this?

Epoch Clock Example

Tech Stack

  • Rust
  • Actix-web
  • Image

Configuration

Not much to do here but put it in .cargo/config.toml.
See .cargo/config.example.toml for the environment variables.

Environment Variables

  • APP_ENV: Set to development or production.
  • HOST: The host address to bind the server.
  • PORT: The port number to bind the server.

Deployment

Deploys to Heroku.