mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Actix web examples
d88d5fb2bc
* Update README.md Add a reference to the actix-raft project. Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> |
||
---|---|---|
async_db | ||
async_ex1 | ||
async_ex2 | ||
basics | ||
cookie-auth | ||
cookie-session | ||
diesel | ||
error_handling | ||
form | ||
graphql-demo | ||
hello-world | ||
http-proxy | ||
json | ||
json_error | ||
jsonrpc | ||
juniper | ||
middleware | ||
multipart | ||
openssl | ||
protobuf | ||
r2d2 | ||
redis | ||
redis-session | ||
run-in-thread | ||
rustls | ||
server-sent-events | ||
simple-auth-server | ||
state | ||
static_index | ||
template_askama | ||
template_handlebars | ||
template_tera | ||
template_yarte | ||
todo | ||
udp-echo | ||
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
- kriry.com : Explore-Interactive net. 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
- actix-raft : An implementation of the Raft consensus protocol using the actix Actor framework.
Contribute
Welcome to contribute !