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

Readme updated with a tutorial link (#69)

This commit is contained in:
Harry Gill 2018-12-20 12:52:56 +00:00 committed by Douman
parent 2fc76ac49b
commit 3a29f1927b

View File

@ -7,7 +7,7 @@ A curated list of examples related to actix.
](https://github.com/rustlang-cn/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.
* [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-aouth-server](https://github.com/actix/examples/tree/master/simple-auth-server)
## Contribute
Welcome to contribute !