1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2018-07-20 13:55:01 -07:00
async_db upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
async_ex1 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
basics upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
cookie-auth upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
cookie-session upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
diesel upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
form upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
hello-world upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
http-proxy upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
json upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
juniper upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
middleware upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
multipart upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
protobuf upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
r2d2 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
redis-session Listen to localhost instead of all network interfaces 2018-05-31 22:05:20 +02:00
state upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
static_index upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
template_askama upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
template_tera upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
tls fix missing feature 2018-07-20 13:55:01 -07:00
unix-socket upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
web-cors upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
websocket upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
websocket-chat upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
websocket-tcp-chat upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
.gitignore add workspace 2018-04-13 12:32:15 -07:00
.travis.yml init 2018-07-09 20:18:31 +02:00
Cargo.lock upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
Cargo.toml init 2018-07-09 20:18:31 +02:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Add my personal example 2018-07-18 08:51:40 +03:00
rustfmt.toml do not use with2 2018-06-01 11:31:53 -07:00

Actix examples Build Status Join the chat at https://gitter.im/actix/actix

A curated list of examples related to actix.

from community

  • muro : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.
  • Ruster社区 : A CN online community written in Actix-web with vuejs source.
  • Roseline : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.

Contribute

Welcome to contribute !