1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

add broker to readme (#227)

This commit is contained in:
Bevan Hunt 2020-01-11 05:04:19 -08:00 committed by Yuki Okushi
parent 68e5c8c7e3
commit 49308b70e5

View File

@ -10,6 +10,7 @@ A curated list of examples related to actix.
* [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 * [Canduma](https://github.com/clifinger/canduma) : rust authentication server boilerplate
* [Broker](https://crates.io/crates/broker) : Real-time Zero-Code API Server
## Contribute ## Contribute