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-08-28 10:38:45 +02:00
actix_redis added delete operations 2018-08-11 09:59:07 -04:00
async_db Minor fixes. 2018-07-29 17:34:43 +03:00
async_ex1 add ssl feature 2018-08-02 09:30:06 -07:00
basics update actix-web dependency 2018-07-21 05:10:26 -07:00
cookie-auth Use built-in middleware 2018-07-21 20:04:58 +05:30
cookie-auth-full update deps 2018-08-02 11:50:41 -07:00
cookie-session update actix-web dependency 2018-07-21 05:10:26 -07:00
diesel update actix-web dependency 2018-07-21 05:10:26 -07:00
error_handling added error_handling example 2018-08-07 12:03:16 -04:00
form update actix-web dependency 2018-07-21 05:10:26 -07:00
hello-world update actix-web dependency 2018-07-21 05:10:26 -07:00
http-proxy update actix-web dependency 2018-07-21 05:10:26 -07:00
json Fix json example Travis build failure 2018-08-27 21:04:13 +01:00
juniper update actix-web dependency 2018-07-21 05:10:26 -07:00
middleware update actix-web dependency 2018-07-21 05:10:26 -07:00
multipart Use shebang in all python scripts. 2018-07-29 17:36:43 +03:00
protobuf update actix-web dependency 2018-07-21 05:10:26 -07:00
r2d2 update actix-web dependency 2018-07-21 05:10:26 -07:00
redis-session update deps 2018-08-02 11:50:41 -07:00
rustls rustls example 2018-08-07 22:34:16 -07:00
state update actix-web dependency 2018-07-21 05:10:26 -07:00
static_index update actix-web dependency 2018-07-21 05:10:26 -07:00
template_askama update actix-web dependency 2018-07-21 05:10:26 -07:00
template_tera update actix-web dependency 2018-07-21 05:10:26 -07:00
tls Minor fixes. 2018-07-29 17:34:43 +03:00
unix-socket update actix-web dependency 2018-07-21 05:10:26 -07:00
web-cors update actix-web dependency 2018-07-21 05:10:26 -07:00
websocket update actix-web dependency 2018-07-21 05:10:26 -07:00
websocket-chat update actix-web dependency 2018-07-21 05:10:26 -07:00
websocket-tcp-chat fix python websocket client no await 2018-08-28 10:38:45 +02:00
.gitignore add workspace 2018-04-13 12:32:15 -07:00
.travis.yml Merge pull request #37 from Dowwie/master 2018-08-12 06:08:02 -04:00
Cargo.toml Merge pull request #37 from Dowwie/master 2018-08-12 06:08:02 -04:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Update README.md 2018-07-21 10:01:01 +08: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 !