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-04-26 18:25:43 +08:00
basics updated basics example to return 500 statuscode for /error request 2018-04-17 13:55:49 -04:00
cookie-auth add cookie auth example 2018-04-18 16:46:35 -07:00
diesel add workspace 2018-04-13 12:32:15 -07:00
hello-world add workspace 2018-04-13 12:32:15 -07:00
http-proxy add workspace 2018-04-13 12:32:15 -07:00
json add workspace 2018-04-13 12:32:15 -07:00
juniper add workspace 2018-04-13 12:32:15 -07:00
multipart add workspace 2018-04-13 12:32:15 -07:00
protobuf add workspace 2018-04-13 12:32:15 -07:00
r2d2 add workspace 2018-04-13 12:32:15 -07:00
redis-session add workspace 2018-04-13 12:32:15 -07:00
state add workspace 2018-04-13 12:32:15 -07:00
template_askama add askama example 2018-04-24 09:12:48 -07:00
template_tera add workspace 2018-04-13 12:32:15 -07:00
tls add workspace 2018-04-13 12:32:15 -07:00
unix-socket add workspace 2018-04-13 12:32:15 -07:00
web-cors Merge branch 'master' of github.com:actix/examples 2018-04-13 12:32:44 -07:00
websocket icons 2018-04-16 10:53:34 -07:00
websocket-chat add workspace 2018-04-13 12:32:15 -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 add askama example 2018-04-24 09:12:48 -07:00
Cargo.toml add askama example 2018-04-24 09:12:48 -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

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 !