1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00
examples/README.md

14 lines
909 B
Markdown
Raw Normal View History

2018-04-13 13:39:08 -07:00
# Actix examples [![Build Status](https://travis-ci.org/actix/examples.svg?branch=master)](https://travis-ci.org/actix/examples) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2018-04-13 09:26:33 +08:00
2018-04-12 19:09:01 -07:00
A curated list of examples related to actix.
2018-04-13 09:26:33 +08:00
2018-05-27 10:12:15 -04:00
## from community
2018-10-01 09:59:21 +08:00
* [Rust-webapp-starter
2018-10-09 00:50:23 +08:00
](https://github.com/rustlang-cn/Rust-webapp-starter) : Rust single page webapp written in actix-web with vuejs.
2018-10-01 09:42:07 +08:00
* [Rust中文社区](http://ruster.xyz/) : A CN online community written in Actix-web with vuejs [source](https://github.com/rustlang-cn/ruster).
2018-07-18 08:51:40 +03:00
* [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.
2018-04-13 13:04:55 +08:00
2018-04-13 09:26:33 +08:00
## Contribute
2018-04-12 19:09:01 -07:00
Welcome to contribute !