mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Actix web examples
bcdd1f9fc3
added error_handling example |
||
---|---|---|
async_db | ||
async_ex1 | ||
basics | ||
cookie-auth | ||
cookie-auth-full | ||
cookie-session | ||
diesel | ||
error_handling | ||
form | ||
hello-world | ||
http-proxy | ||
json | ||
juniper | ||
middleware | ||
multipart | ||
protobuf | ||
r2d2 | ||
redis-session | ||
state | ||
static_index | ||
template_askama | ||
template_tera | ||
tls | ||
unix-socket | ||
web-cors | ||
websocket | ||
websocket-chat | ||
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
- muro : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.
- Ruster社区 : A CN online community 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.
Contribute
Welcome to contribute !