1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
Kelly Thomas Kline 8011d2d64d
Correct path
2018-05-20 18:22:04 -07:00
async_ex1 added async_with example to async_ex1 2018-05-11 08:05:03 -04:00
basics upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
cookie-auth upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
cookie-session upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
diesel Correct path 2018-05-20 18:22:04 -07:00
hello-world upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
http-proxy upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
json upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
juniper Correct path 2018-05-20 18:18:00 -07:00
multipart Correct path 2018-05-20 18:19:32 -07:00
protobuf upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
r2d2 split websocket-chat example 2018-05-11 14:35:43 -07:00
redis-session upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
state Correct path 2018-05-20 18:17:00 -07:00
static_index Deleted License file 2018-05-19 18:23:11 -04:00
template_askama upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
template_tera Correct path 2018-05-20 18:20:16 -07:00
tls Correct path 2018-05-20 18:20:47 -07:00
unix-socket upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
web-cors upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
websocket Correct path 2018-05-20 18:15:29 -07:00
websocket-chat remove unused files 2018-05-16 21:10:34 -07:00
websocket-tcp-chat split websocket-chat example 2018-05-11 14:35:43 -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 remove unused files 2018-05-16 21:10:34 -07:00
Cargo.toml split websocket-chat example 2018-05-11 14:35:43 -07:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Update README.md 2018-04-26 18:25:43 +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 forum like project full-stack Single Page Webapp written in actix-web with vuejs.

Contribute

Welcome to contribute !