From feda57efb086d5a6351079390eb716453dd2268a Mon Sep 17 00:00:00 2001 From: Shirshak <8097377+shirshak55@users.noreply.github.com> Date: Tue, 31 Dec 2019 12:10:59 -0500 Subject: [PATCH] Add more community example (#223) * Add more community example * Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0056f02f..0c8bec83 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A curated list of examples related to actix. * [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. * [Actix Auth Server](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server) * [actix-raft](https://github.com/railgun-rs/actix-raft) : An implementation of the Raft consensus protocol using the actix Actor framework. +* [lemmy](https://github.com/dessalines/lemmy) : A federated alternative to reddit in rust. +* [actix-realworld-example-app](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix. ## Contribute