2021-06-19 14:06:49 +02:00
# Examples
2021-08-18 00:49:01 +02:00
This folder contains numerous example showing how to use axum. Each example is
setup as its own crate so its dependencies are clear.
2021-08-08 17:22:24 +02:00
2021-08-18 00:49:01 +02:00
## Community showcase
2021-08-05 13:47:19 +02:00
- [Houseflow ](https://github.com/gbaranski/houseflow ): House automation platform written in Rust.
2021-09-02 08:16:49 +02:00
- [Datafuse ](https://github.com/datafuselabs/datafuse ): Cloud native data warehouse written in Rust.
2021-09-08 08:15:17 +02:00
- [JWT Auth ](https://github.com/Z4RX/axum_jwt_example ): JWT auth service for educational purposes.
2021-10-25 08:15:16 +02:00
- [ROAPI ](https://github.com/roapi/roapi ): Create full-fledged APIs for static datasets without writing a single line of code.
2021-10-31 08:22:46 +01:00
- [notify.run ](https://github.com/notify-run/notify-run-rs ): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.