Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
Updated
Nov 25, 2020 - Rust
{{ message }}
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Implementation of the RealWorld backend API spec in Actix, Rust's powerful actor system and most fun web framework.
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code - written in Rust.
Extend Session api to getting time until a key in the session will expire. Similar to Redis command ttl.
Extend Session api to reset ttl back to the initial time. For sessions with Redis, the expire command could be used.
User authentication/sessions/etc for Actix-Web. More of a sample project than a crate, but probably useful to some people.
Rate limiter framework for Actix web
SockJS server for rust language
I have found that Hearth works on OSX just great:

It would be good to have executable for Mac. It might be automated using Travis:
https://docs.travis-ci.com/user/reference/osx/
Distributed chat system built with rust
Casbin Actix-web access control middleware
REST-like API for howtocards
NSQ client written in rust
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Attendance tracking webapp - ReasonML frontend/Rust backend - work task automation
Add a description, image, and links to the actix topic page so that developers can more easily learn about it.
To associate your repository with the actix topic, visit your repo's landing page and select "manage topics."
If somebody wants to just use the actix_derive crate (for example in a sublibrary to define a message struct), then actix needs to be compiled with default-features=false, i.e.,
actix = { version = "0.10", default-features = false}is required to be a dependency instead of a dev.dependency.