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

Update README.md

This commit is contained in:
Nikolay Kim 2020-01-09 21:13:36 +06:00 committed by GitHub
parent 462996b0e7
commit 68e5c8c7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ A curated list of examples related to actix.
* [actix-raft](https://github.com/railgun-rs/actix-raft) : An implementation of the Raft consensus protocol using the actix Actor framework. * [actix-raft](https://github.com/railgun-rs/actix-raft) : An implementation of the Raft consensus protocol using the actix Actor framework.
* [lemmy](https://github.com/dessalines/lemmy) : A federated alternative to reddit 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. * [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
## Contribute ## Contribute