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

Update README.md (#245)

This commit is contained in:
James H 2020-01-30 17:33:17 +11:00 committed by GitHub
parent 569ec29a15
commit 817a61855d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ A curated list of examples related to 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
* [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.
## Contribute