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

Add Complete Actix 2.x REST Server to the community section of README (#259)

* Add Complete Actix 2.x REST Server to the community section of the README
This commit is contained in:
David D 2020-02-17 18:47:25 -07:00 committed by GitHub
parent 007e194ad2
commit dc8d61eb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ A curated list of examples related to 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.
* [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker.
## Contribute