1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/README.md

12 lines
699 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-04-13 13:04:55 +08:00
* [Rust-webapp-starter](https://github.com/OUISRC/Rust-webapp-starter) : A full-stack Single Page Webapp written in actix-web with vuejs.
2018-05-22 00:38:59 +08:00
* [muro](https://github.com/OUISRC/muro) : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.
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 !