1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
Yuki Okushi b8620702fa
Merge pull request #287 from JohnTitor/bump-deps
part1: Update dependencies
2020-04-05 13:27:32 +09:00
async_db part1: Update dependencies 2020-04-05 02:30:49 +09:00
async_ex1 part1: Update dependencies 2020-04-05 02:30:49 +09:00
async_ex2 part1: Update dependencies 2020-04-05 02:30:49 +09:00
async_pg Run rustfmt 2020-04-03 16:16:17 +09:00
awc_https Run rustfmt 2020-04-03 16:16:17 +09:00
basics part1: Update dependencies 2020-04-05 02:30:49 +09:00
casbin part1: Update dependencies 2020-04-05 02:30:49 +09:00
cookie-auth part1: Update dependencies 2020-04-05 02:30:49 +09:00
cookie-session part1: Update dependencies 2020-04-05 02:30:49 +09:00
diesel improve diesel example (#241) 2020-01-27 21:20:04 +09:00
docker_sample Run rustfmt 2020-04-03 16:16:17 +09:00
error_handling part1: Update dependencies 2020-04-05 02:30:49 +09:00
form Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
graphql-demo Run rustfmt 2020-04-03 16:16:17 +09:00
hello-world update deps 2019-12-25 20:48:33 +04:00
http-proxy update deps 2019-12-25 20:48:33 +04:00
json Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
json_decode_error New example: Return JSON decode errors to a client (#268) 2020-03-16 03:21:13 +09:00
json_error update deps 2019-12-25 20:48:33 +04:00
jsonrpc Fix/suppress warnings 2020-04-03 16:14:30 +09:00
juniper Update juniper example (#233) 2020-01-13 01:14:08 +09:00
middleware Fix/suppress warnings 2020-04-03 16:14:30 +09:00
multipart Fixed possible panic in multipart example (#276) 2020-03-22 08:31:45 +09:00
multipart-async-std Fixed possible panic in multipart example (#276) 2020-03-22 08:31:45 +09:00
multipart-s3 Clean-up s3 example 2020-04-01 18:56:36 +09:00
openssl Fix directory names on READMEs (#220) 2019-12-26 19:37:34 +09:00
protobuf Update protobuf to actix-web 2.0.0 (#249) 2020-02-07 02:17:23 +09:00
r2d2 part1: Update dependencies 2020-04-05 02:30:49 +09:00
redis Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
redis-session added awc ssl example 2020-03-01 08:55:00 -05:00
run-in-thread update deps 2019-12-25 20:48:33 +04:00
rustls update deps 2019-12-25 20:48:33 +04:00
server-sent-events Fix/suppress warnings 2020-04-03 16:14:30 +09:00
shutdown-server Run rustfmt 2020-04-03 16:16:17 +09:00
simple-auth-server Fix simple-auth-server compilation 2020-03-28 10:47:54 +09:00
state Fix/suppress warnings 2020-04-03 16:14:30 +09:00
static_index update deps 2019-12-25 20:48:33 +04:00
template_askama Remove unused deps found with https://github.com/est31/cargo-udeps (#232) 2020-01-13 00:25:52 +09:00
template_handlebars update deps 2019-12-25 20:48:33 +04:00
template_tera update deps 2019-12-25 20:48:33 +04:00
template_yarte Update yarte version to 0.7 2020-03-16 12:04:11 +01:00
todo Fix/suppress warnings 2020-04-03 16:14:30 +09:00
udp-echo code review fixes 2019-02-22 15:00:58 +05:00
unix-socket update deps 2019-12-25 20:48:33 +04:00
web-cors Remove unused deps found with https://github.com/est31/cargo-udeps (#232) 2020-01-13 00:25:52 +09:00
websocket simplify websokcet client example with BoxedSocket (#166) 2020-01-06 13:59:45 +09:00
websocket-chat update deps 2019-12-25 20:48:33 +04:00
websocket-chat-broker update dependencies 2019-12-20 22:30:26 +06:00
websocket-tcp-chat Arbiter::exec to start TcpServer will not work, simply call it (#118) 2020-01-27 23:17:14 +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 New example: Return JSON decode errors to a client (#268) 2020-03-16 03:21:13 +09:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md JWT example added to README.md 2020-03-22 18:51:50 +03: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 !