From 92ddda1af7267bd1027bcdc8b9f407130d394d93 Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Wed, 29 Apr 2020 09:09:47 +0200 Subject: [PATCH] Add MeiliSearch as production example MeiliSearch very recently migrated from Tide to actix-web: https://github.com/meilisearch/MeiliSearch/pull/601 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ab0859..5c1b7a13 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A curated list of examples related to actix. * [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. * [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. ## Contribute