Actix web examples
Switch branches/tags
Nothing to show
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
actix_redis added delete operations Aug 11, 2018
actix_todo Add comment Sep 5, 2018
async_db Minor fixes. Jul 29, 2018
async_ex1 add ssl feature Aug 2, 2018
basics Fix favicon's href (#51) Sep 30, 2018
cookie-auth-full update deps Aug 2, 2018
cookie-auth Use built-in middleware Jul 21, 2018
cookie-session update actix-web dependency Jul 21, 2018
diesel update actix-web dependency Jul 21, 2018
error_handling added error_handling example Aug 7, 2018
form update actix-web dependency Jul 21, 2018
hello-world update actix-web dependency Jul 21, 2018
http-full-proxy Fix proxy to handle both chunked and non-chunked responses (#59) Nov 17, 2018
http-proxy Fix "websocket" example's readme, and make binary names unique (#45) Sep 24, 2018
json Fix json example Travis build failure Aug 27, 2018
juniper update actix-web dependency Jul 21, 2018
middleware update actix-web dependency Jul 21, 2018
multipart Use shebang in all python scripts. Jul 29, 2018
protobuf update actix-web dependency Jul 21, 2018
r2d2 update actix-web dependency Jul 21, 2018
redis-session update deps Aug 2, 2018
rustls fix rustls example with updated rustls in actix-web (#55) Oct 14, 2018
simple-auth-server simple-auth-server added to examples (#65) Dec 9, 2018
state Improve shared state example Oct 27, 2018
static_index update actix-web dependency Jul 21, 2018
template_askama update actix-web dependency Jul 21, 2018
template_tera update actix-web dependency Jul 21, 2018
tls replace deprecated feature "alpn" with "ssl" (#56) Oct 14, 2018
unix-socket update actix-web dependency Jul 21, 2018
web-cors update actix-web dependency Jul 21, 2018
websocket-chat-broker WebSocket Chat example using actix-broker (#44) Sep 18, 2018
websocket-chat remove unneeded RefCells (#62) Nov 17, 2018
websocket-tcp-chat remove unneeded RefCells (#62) Nov 17, 2018
websocket Fix pinging so client doesn't get dropped automatically after 10 seco… Sep 30, 2018
.gitignore simple-auth-server added to examples (#65) Dec 9, 2018
.travis.yml simple-auth-server added to examples (#65) Dec 9, 2018
Cargo.toml simple-auth-server added to examples (#65) Dec 9, 2018
LICENSE Initial commit Apr 13, 2018
README.md Readme updated with a tutorial link (#69) Dec 20, 2018
rustfmt.toml do not use with2 Jun 1, 2018

README.md

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 !