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

add mCaptcha (#439)

This commit is contained in:
Aravinth Manivannan 2021-07-20 20:31:13 +05:30 committed by GitHub
parent 33a215642b
commit 516faf22db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
## Community Showcase
- [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/AaronErhardt/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.