Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 3.63 KB

ECOSYSTEM.md

File metadata and controls

46 lines (37 loc) · 3.63 KB

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: axum-server is a hyper server implementation designed to be used with axum.
  • axum-typed-websockets: axum::extract::ws with type safe messages.
  • tower-cookies: Cookie manager middleware
  • axum-flash: One-time notifications (aka flash messages) for axum.
  • axum-msgpack: MessagePack Extractors for axum.
  • axum-sqlx-tx: Request-bound SQLx transactions with automatic commit/rollback based on response.
  • aliri_tower: JWT validation and OAuth2 scopes checking middleware.
  • ezsockets: Easy to use WebSocket library that integrates with Axum.
  • axum_database_sessions: Database persistent sessions like pythons flask_sessionstore for Axum.
  • axum_sessions_auth: Persistant session based user login with rights management for Axum.
  • axum-auth: High-level http auth extractors for axum.
  • shuttle: A serverless platform built for Rust. Now with axum support.

Project showcase

  • Houseflow: House automation platform written in Rust.
  • JWT Auth: JWT auth service for educational purposes.
  • ROAPI: Create full-fledged APIs for static datasets without writing a single line of code.
  • notify.run: HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.
  • turbo.fish (repository): Find out for yourself 😉
  • Book Management: CRUD system of book-management with ORM and JWT for educational purposes.
  • realworld-axum-sqlx: A Rust implementation of the Realworld demo app spec using Axum and SQLx.
  • Rustapi: RESTful API template using MongoDB
  • Jotsy: Self-hosted notes app powered by Skytable, Axum and Tokio
  • Svix (repository): Enterprise-ready webhook service
  • emojied (repository): Shorten URLs to emojis!
  • CLOMonitor (repository): Checks open source projects repositories to verify they meet certain best practices.

Tutorials