# 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. - [tower-cookies](https://crates.io/crates/tower-cookies): Cookie manager middleware - [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum. - [axum-msgpack](https://crates.io/crates/axum-msgpack): MessagePack Extractors for axum. - [axum-sqlx-tx](https://crates.io/crates/axum-sqlx-tx): Request-bound [SQLx](https://github.com/launchbadge/sqlx#readme) transactions with automatic commit/rollback based on response. - [aliri_tower](https://crates.io/crates/aliri_tower): JWT validation and OAuth2 scopes checking middleware. - [ezsockets](https://github.com/gbaranski/ezsockets): Easy to use WebSocket library that integrates with Axum. ## Project showcase - [Houseflow](https://github.com/gbaranski/houseflow): House automation platform 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 😉 - [Book Management](https://github.com/lz1998/axum-book-management): CRUD system of book-management with ORM and JWT for educational purposes. - [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld] demo app spec using Axum and [SQLx]. - [Rustapi](https://github.com/ndelvalle/rustapi): RESTful API template using MongoDB - [Jotsy](https://github.com/ohsayan/jotsy): Self-hosted notes app powered by Skytable, Axum and Tokio - [Svix](https://www.svix.com) ([repository](https://github.com/svix/svix-webhooks)): Enterprise-ready webhook service [Realworld]: https://github.com/gothinkster/realworld [SQLx]: https://github.com/launchbadge/sqlx ## Tutorials - [axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners. - [demo-rust-axum]: Demo of Rust and axum web framework [axum-tutorial]: https://github.com/programatik29/axum-tutorial [axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/ [demo-rust-axum]: https://github.com/joelparkerhenderson/demo-rust-axum