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

Add the actix-raft project to the community references (#219)

* Update README.md

Add a reference to the actix-raft project.

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Stephan Buys 2019-12-26 12:22:50 +02:00 committed by Yuki Okushi
parent e8ab9ee7ca
commit d88d5fb2bc

View File

@ -6,6 +6,7 @@ A curated list of examples related to actix.
* [kriry.com](http://kriry.com/) : Explore-Interactive net. [source](https://github.com/kriry/waler)
* [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)
* [actix-raft](https://github.com/railgun-rs/actix-raft) : An implementation of the Raft consensus protocol using the actix Actor framework.
## Contribute