mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Actix web examples
.github/workflows | ||
async_data_factory | ||
async_db | ||
async_ex1 | ||
async_ex2 | ||
async_pg | ||
async-graphql-demo | ||
awc_https | ||
basics | ||
casbin | ||
cookie-auth | ||
cookie-session | ||
diesel | ||
docker_sample | ||
error_handling | ||
form | ||
hello-world | ||
http-proxy | ||
json | ||
json_decode_error | ||
json_error | ||
jsonrpc | ||
juniper | ||
juniper-advanced | ||
middleware | ||
multipart | ||
multipart-async-std | ||
multipart-s3 | ||
openssl | ||
protobuf | ||
r2d2 | ||
redis | ||
redis-session | ||
run-in-thread | ||
rustls | ||
server-sent-events | ||
shutdown-server | ||
simple-auth-server | ||
sqlx_todo | ||
state | ||
static_index | ||
template_askama | ||
template_handlebars | ||
template_tera | ||
template_tinytemplate | ||
template_yarte | ||
todo | ||
udp-echo | ||
unix-socket | ||
web-cors | ||
websocket | ||
websocket-autobahn | ||
websocket-chat | ||
websocket-chat-broker | ||
websocket-tcp-chat | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
codecov.yml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Actix examples
A curated list of examples related to actix.
from community
- binserve : A fast, secure, and easy to set up static web server written on top of actix-web with routing, templating, and various other features.
- 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 Casbin : An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
- lemmy : A federated alternative to reddit in rust.
- actix-realworld-example-app : Implementation of the RealWorld backend API spec in Actix.
- Canduma : rust authentication server boilerplate
- Rust, Docker & GraphQL: An example of using Dataloaders, context, and a minimal docker container.
- Complete Actix 2.x REST Server: Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker.
- Actix Server Authentication with JWT and MongoDB : An implementation of JWT in Actix.
- MeiliSearch: Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
- Dalted: Simple webapp that showcases the integration of image-rs with actix for color blindness simulations.
Contribute
Welcome to contribute !