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

add example from community about image processing (#352)

This commit is contained in:
Jorge Carrasco 2020-08-20 20:17:25 +02:00 committed by GitHub
parent a3faea082b
commit 5b98f85afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ A curated list of examples related to actix.
* [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.
* [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix.
* [MeiliSearch](https://github.com/meilisearch/MeiliSearch): Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
* [Dalted](https://github.com/carrascomj/dalted): Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with actix for color blindness simulations.
## Contribute