❮ Rocket
❯
Rocket - A web framework for Rust
- The Rocket web framework for Rust.
- Rocket starter is a small tool to create a project skeleton.
- Articles about Rocket with examples.
- Discussion about Rocket where you can ask questions.
- TODO: return JSON (in an API)
- TODO: log into a logfile
- TODO: Blog engine, map the path to an entry in the database, what if that entry does not exist in the database? How do we return 404 not found. (either return Template or a 404 not found page)