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

13 lines
895 B
Markdown
Raw Normal View History

2018-04-13 22:39:08 +02: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 03:26:33 +02:00
2018-04-13 04:09:01 +02:00
A curated list of examples related to actix.
2018-04-13 03:26:33 +02:00
2018-05-27 16:12:15 +02:00
## from community
2018-05-21 18:38:59 +02:00
* [muro](https://github.com/OUISRC/muro) : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.
2018-07-21 04:01:01 +02:00
* [Ruster社区](http://ruster.xyz/) : A CN online community written in Actix-web with vuejs [source](https://github.com/ruster-xyz/ruster).
2018-07-18 07:51:40 +02: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 07:04:55 +02:00
2018-04-13 03:26:33 +02:00
## Contribute
2018-04-13 04:09:01 +02:00
Welcome to contribute !