From 5c7b7428f2f1ce7e2c337cc492dcc482c6277931 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 28 Oct 2021 16:26:31 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 65bfeb0a..893928c4 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,17 @@ ## Community Showcase +- [Nitro Repo](https://github.com/wherkamp/nitro_repo): An open source artifact manager. Rust back-end and Vue front-end. +- [Imitari](https://github.com/imitari/imitari): A lightweight ShareX-compatible image uploader server - [roapi](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code. - [mCaptcha](https://github.com/mCaptcha/mCaptcha/): Proof of work based, privacy focused, libre CAPTCHA system. Crates used: `actix-web`, `sqlx`, `redis`, and `lettre`. -- [Zero2prod](https://github.com/LukeMathWalker/zero-to-production/) : Source code of zero to production series [zero2prod.com](https://www.zero2prod.com). Paid book but some of the chapters is available online for free. The book compares and explains the chosen technologies, like actix-web and sqlx. -- [Triox](https://github.com/Trioxidation/Triox) : A free file hosting server that focuses on speed, reliability and security. -- [binserve](https://github.com/mufeedvh/binserve) : A fast, secure, and easy to set up static web server written on top of Actix Web with routing, templating, and various other features. -- [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts. -- [lemmy](https://github.com/dessalines/lemmy) : A federated alternative to reddit in Rust. -- [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 Web for color blindness simulations. -- [Imitari](https://github.com/imitari/imitari) : A lightweight ShareX-compatible image uploader server +- [Zero2prod](https://github.com/LukeMathWalker/zero-to-production/): Source code of zero to production series [zero2prod.com](https://www.zero2prod.com). Paid book but some of the chapters is available online for free. The book compares and explains the chosen technologies, like actix-web and sqlx. +- [Triox](https://github.com/Trioxidation/Triox): A free file hosting server that focuses on speed, reliability and security. +- [binserve](https://github.com/mufeedvh/binserve): A fast, secure, and easy to set up static web server written on top of Actix Web with routing, templating, and various other features. +- [Roseline](https://github.com/DoumanAsh/roseline.rs): A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts. +- [lemmy](https://github.com/dessalines/lemmy): A federated alternative to reddit in Rust. +- [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 Web for color blindness simulations. ## Community Articles, Example Apps, Starters & Boilerplate Projects