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-11-21 19:21:08 -05:00
actix_redis update redis examples 2019-07-11 15:11:05 +06:00
actix_todo Update actix-session to 0.2.0 (#174) 2019-09-14 18:01:05 +09:00
async_db update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
async_ex1 cargo fmt 2019-06-07 13:30:14 -07:00
async_ex2 Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
basics Update actix-session to 0.2.0 (#174) 2019-09-14 18:01:05 +09:00
cookie-auth Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
cookie-session Make cookie-session example clarify (#175) 2019-09-14 19:37:39 +09:00
diesel Add openSUSE instructions for diesel example (#149) 2019-06-28 14:53:08 +06:00
error_handling update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
form Provide tests for the form example. 2019-09-29 18:51:16 +03:00
hello-world Add tests in examples (#185) 2019-11-14 02:20:24 +09:00
http-proxy Don't stream body but wait for it to complete and only send it then 2019-11-15 19:47:18 +01:00
json Add tests in examples (#185) 2019-11-14 02:20:24 +09:00
json_error update chat-broker example and fmt 2019-07-11 15:02:25 +06:00
jsonrpc Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
juniper update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
middleware Use a Stream wrapper instead for async bodies 2019-09-18 06:16:47 +02:00
multipart replace png file for a real png 2019-08-13 12:10:52 -03:00
protobuf Update dependencies (#182) 2019-10-06 04:44:45 +09:00
r2d2 update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
redis-session reenable uds example; cargo fmt 2019-07-18 18:03:19 +06:00
rustls update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
server-sent-events server-sent events (#177) 2019-09-25 10:39:49 +06:00
simple-auth-server reenable uds example; cargo fmt 2019-07-18 18:03:19 +06:00
state Update user guide link (#189) 2019-11-15 05:16:48 +09:00
static_index update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
template_askama Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
template_handlebars update chat-broker example and fmt 2019-07-11 15:02:25 +06:00
template_tera update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
template_yarte Update template_yarte (#190) 2019-11-19 18:56:19 +09:00
tls update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
udp-echo code review fixes 2019-02-22 15:00:58 +05:00
unix-socket reenable uds example; cargo fmt 2019-07-18 18:03:19 +06:00
web-cors use cors and identity crates 2019-06-17 12:48:03 +06:00
websocket Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
websocket-chat Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
websocket-chat-broker Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
websocket-tcp-chat Fix clippy warnings (#168) 2019-09-05 00:04:57 +09:00
.gitignore Ignore example's png 2019-08-11 01:13:02 +09:00
.travis.yml Run all tests regardless of prior failures. 2019-09-29 18:02:38 +03:00
Cargo.toml server-sent events (#177) 2019-09-25 10:39:49 +06:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md started 1.0 branch for async-await port 2019-11-21 19:21:08 -05:00
rustfmt.toml port more examples 2019-03-09 22:38:15 -08: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 !