mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-27 09:43:29 +01:00
27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
# Community Projects
|
|
|
|
If your project isn't listed here and you would like it to be, please feel free to create a PR.
|
|
|
|
## Community maintained axum ecosystem
|
|
|
|
- [axum-server](https://crates.io/crates/axum-server): axum-server is a hyper server implementation designed to be used with axum.
|
|
- [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets): `axum::extract::ws` with type safe messages.
|
|
- [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum.
|
|
- [axum-handle-error-extract](https://crates.io/crates/axum-handle-error-extract): Error handling layer for axum that supports extractors and async functions.
|
|
- [axum-debug](https://crates.io/crates/axum-debug): Debugging crate that provides better error messages for axum.
|
|
|
|
## Project showcase
|
|
|
|
- [Houseflow](https://github.com/gbaranski/houseflow): House automation platform written in Rust.
|
|
- [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust.
|
|
- [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes.
|
|
- [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code.
|
|
- [notify.run](https://github.com/notify-run/notify-run-rs): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.
|
|
- [turbo.fish](https://turbo.fish/) ([repository](https://github.com/jplatte/turbo.fish)): Find out for yourself 😉
|
|
|
|
## Tutorials
|
|
|
|
- [axum-tutorial][axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners.
|
|
|
|
[axum-tutorial]: https://github.com/programatik29/axum-tutorial
|
|
[axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/
|