1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2019-03-06 09:27:56 -08:00
actix_redis added delete operations 2018-08-11 09:59:07 -04:00
actix_todo Add comment 2018-09-05 12:46:55 +03:00
async_db update basic example 2019-03-05 22:16:42 -08:00
async_ex1 add ssl feature 2018-08-02 09:30:06 -07:00
basics enable files listing 2019-03-06 09:27:56 -08: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 Add nonfunctional complex example to diesel (#63) 2019-01-31 09:12:27 +03: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-full-proxy Fix proxy to handle both chunked and non-chunked responses (#59) 2018-11-17 21:27:29 +03:00
http-proxy Fix "websocket" example's readme, and make binary names unique (#45) 2018-09-24 11:57:36 +03: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 fix rustls example with updated rustls in actix-web (#55) 2018-10-14 20:30:18 +03:00
simple-auth-server Update README.md 2019-02-03 22:06:29 +03:00
state Improve shared state example 2018-10-27 14:03:02 +03: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 replace deprecated feature "alpn" with "ssl" (#56) 2018-10-14 20:30:59 +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 Fix pinging so client doesn't get dropped automatically after 10 seconds (#52) 2018-09-30 23:09:00 +03:00
websocket-chat Fix some issues at chat client (#71) 2018-12-31 09:28:42 +03:00
websocket-chat-broker Fix some issues at chat client (#71) 2018-12-31 09:28:42 +03:00
websocket-tcp-chat remove unneeded RefCells (#62) 2018-11-17 08:04:24 +03:00
.gitignore simple-auth-server added to examples (#65) 2018-12-09 18:55:36 +03:00
.travis.yml simple-auth-server added to examples (#65) 2018-12-09 18:55:36 +03:00
Cargo.toml simple-auth-server added to examples (#65) 2018-12-09 18:55:36 +03:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Update README.md 2019-01-30 09:09:55 +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

Contribute

Welcome to contribute !