Nothing really useful. Just me learining about gotham, hyper, tokio and Async programming in Rust in general. I'm pretty new to Futures but it's super interesting.
Watch this video to understand how it all works.
I just want to have a very simple static HTML that renders some random gifs from giphy. I would like to update those gifs every 5 minutes and just store them in memory for each request.
- Rust >= 1.36
ADDRESS=127.0.0.1:7879 cargo run
- Start webserver
cargo run
- Compile production build
cargo build --release
- Run start script
./scripts/start.sh