From 49308b70e50af31ebece1209185c9a17e30b6ac0 Mon Sep 17 00:00:00 2001 From: Bevan Hunt Date: Sat, 11 Jan 2020 05:04:19 -0800 Subject: [PATCH] add broker to readme (#227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 710dd9ed..69d51597 100644 --- a/README.md +++ b/README.md @@ -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. * [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 ## Contribute