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

add the source code url, kriry.com base on waler

This commit is contained in:
krircc 2019-10-28 12:21:16 +08:00 committed by GitHub
parent 656dc63beb
commit 9e28d2ec8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
A curated list of examples related to actix. A curated list of examples related to actix.
## from community ## from community
* [kriry.com](http://kriry.com/) : Explore-Interactive net. * [kriry.com](http://kriry.com/) : Explore-Interactive net. [source](https://github.com/kriry/waler)
* [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. * [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 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)
## Contribute ## Contribute