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-05-22 00:38:59 +08:00
async_ex1 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
basics cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
cookie-auth cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
cookie-session upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
diesel cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
hello-world upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
http-proxy cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
json cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
juniper cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
multipart cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
protobuf cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
r2d2 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
redis-session upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
state cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
static_index cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
template_askama upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
template_tera cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
tls cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
unix-socket upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
web-cors cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket-chat cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket-tcp-chat cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
.gitignore add workspace 2018-04-13 12:32:15 -07:00
.travis.yml fix travis config 2018-04-13 12:34:04 -07:00
Cargo.lock cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
Cargo.toml cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Update README.md 2018-05-22 00:38:59 +08:00
rustfmt.toml upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00

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

A curated list of examples related to actix.

from commulity

  • Rust-webapp-starter : A full-stack Single Page Webapp written in actix-web with vuejs.
  • muro : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.

Contribute

Welcome to contribute !