mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Actix web examples
26f7c40d5e
update actix-web-cors |
||
---|---|---|
actix_redis | ||
actix_todo | ||
async_db | ||
async_ex1 | ||
basics | ||
cookie-auth | ||
cookie-session | ||
diesel | ||
error_handling | ||
form | ||
hello-world | ||
http-full-proxy | ||
http-proxy | ||
json | ||
juniper | ||
middleware | ||
multipart | ||
protobuf | ||
r2d2 | ||
redis-session | ||
rustls | ||
simple-auth-server | ||
state | ||
static_index | ||
template_askama | ||
template_tera | ||
template_yarte | ||
tls | ||
unix-socket | ||
web-cors | ||
websocket | ||
websocket-chat | ||
websocket-chat-broker | ||
websocket-tcp-chat | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Actix examples
A curated list of examples related to actix.
from community
- RutHub: A service for sharing read list powered by actix-web + diesel, repo.
- Rust-webapp-starter : Rust single page webapp written in actix-web with vuejs.
- Rust中文社区 : A CN online community forum written in Actix-web with vuejs source.
- Roseline : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.
- Actix Auth Server : Auth web micro-service with rust using actix-web - complete tutorial. See code in examples/simple-auth-server
Contribute
Welcome to contribute !