From d6051d931cdc4d0097c55f58bc29eb0b1b5ac075 Mon Sep 17 00:00:00 2001 From: krircc Date: Mon, 1 Oct 2018 09:59:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 609be10a..3f80669a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A curated list of examples related to actix. ## from community +* [Rust-webapp-starter +](https://github.com/OUISRC/Rust-webapp-starter) : Rust single page webapp written in actix-web with vuejs. * [Rust中文社区](http://ruster.xyz/) : A CN online community written in Actix-web with vuejs [source](https://github.com/rustlang-cn/ruster). * [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.