1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Update the examples list (#365)

This commit is contained in:
Mufeed VH 2020-09-12 11:31:07 +05:30 committed by GitHub
parent 20d7af6c27
commit 3f2b2708c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,10 @@ A curated list of examples related to actix.
## from community
* [Roseline](https://github.com/DoumanAsh/roseline.rs) : 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](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server)
* [Casbin-RS](https://github.com/casbin/casbin-rs) : An authorization library that supports access control models like ACL, RBAC, ABAC in Rust. See code in [examples/casbin](https://github.com/actix/examples/tree/master/casbin)
* [actix-raft](https://github.com/railgun-rs/actix-raft) : An implementation of the Raft consensus protocol using the actix Actor framework.
* [Actix Casbin](https://github.com/casbin-rs/actix-casbin) : An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
* [lemmy](https://github.com/dessalines/lemmy) : A federated alternative to reddit in rust.
* [actix-realworld-example-app](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix.
* [Canduma](https://github.com/clifinger/canduma) : rust authentication server boilerplate
* [Broker](https://crates.io/crates/broker) : Real-time Zero-Code API Server
* [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container.
* [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): 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](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix.