Found 276 repositories(showing 30)
actix
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
dj-bolt
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.
fairingrey
[UNMAINTAINED] Implementation of the RealWorld backend API spec in Actix, Rust's powerful actor system and most fun web framework.
kurtbuilds
Generates OpenAPI 3.0 spec based on Rust code. Works with axum, actix-web, or any/no framework.
A hello world benchmark for the available Rust Web Frameworks: hyper vs gotham vs actix-web vs warp vs rocket
duncanlutz
An Actix-based Rust framework for building HTMX sites.
LukeMathWalker
A (flash) message framework for actix-web. A port to Rust of Django's message framework.
trchopan
A framework extractor middleware for verifying JWT tokens from Firebase Authentication, supporting Rust Actix and Axum web frameworks.
wpcodevo
In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.
filippo-orru
Authoritative game server. Written in Rust using the actor framework actix.
ZhukMax
Basic setup for developing a web application, API or website in the 🦀 Rust language and the Actix-web framework.
ddimaria
Actix Web is a fast, powerful web framework for building web applications in Rust. This project aims to create ergonomic abstractions comparable to frameworks in other languages while attempting to maintain the performance benefits of Rust and Actix.
randiekas
As Rust gains popularity, choosing the right web framework is crucial. We’ll compare the performance of Actix, Axum, Rocket, Tide, Gotham, Nickel, Ntex, and Poem using the “Hello World” benchmark. This simple test is just the beginning, and based on interest, we’ll delve into more complex scenarios like static file serving and JSON processing.
strohel
Small but production-ready webservice in Rust, using Actix web framework.
densumesh
A comprehensive, flexible authentication framework for actix-web applications in Rust.
Syndim
A rust MQTT v3.1.1 client based on the actix framework
BrendanBall
Example using Rust Actix-web (web framework) with juniper (Graphql) with diesel (ORM)
philipdaquin
🏭 Amazon-Clone (Ecommerce) on Rust with Web Assembly, HTML/ CSS GraphQL, Actix Web framework, Postgres SQL with Diesel, Concurrency with Tokio, Monolithic Architecture/ REST APIs
dev-davexoyinbo
A robust and production-ready starter template for building REST APIs with Actix Web, a powerful, pragmatic, and extremely fast web framework for Rust.
xuchaoqian
A benchmark suite is used to compare the performance of Rust actor frameworks, including Actix, Ractor, and Kameo.
ChecksumDev
Lumen is an astronomically fast ShareX uploader written in Rust using the Actix Web framework
alextanhongpin
Dockerized example of Rust with Actix framework
brittosaji19
A quick start mvc base project for Actix web-framework for Rust
lofim
A todo list rest api implementation in Rust's Actix web framework
rw3iss
Benchmark between web frameworks - Go (net/http), Go (fasthttp), Rust (hyper), Rust (actix-web), Drogon (C++), JustJS (node alternative), .NET Core 5, and more to come.
azjezz
a todo application in rust, using actix web framework, diesel orm, and tera templating.
rchavezj
This project will contain a back end stack with rust web framework Actix for fast http request. Alongside Juniper (Rust + GraphQL) with Rust bindings (tch-rs) for the C++ API of PyTorch (Libtorch).
aldebaranzbradaradjan
Another blog engine written in Rust with the Actix web framework. This program is only for learning and you should probably not use it :)
zyt09
A Rust MQTT v3.1.1 client for the actix framework
jawadcode
A fully featured todo-list API written in rust using the actix-web framework and the SQLx toolkit.