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 7d80c4c3d9
Merge pull request #341 from ReTWi/patch-1
Example tip for key.pem to work
2020-07-19 16:36:37 +09:00
async_data_factory fixes according to reviews 2020-06-28 06:15:34 +08: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 Update dependencies for casbin example. (#300) 2020-04-20 07:52:00 +09:00
cookie-auth Demonstrate how to use random keys for sessions. 2020-04-13 12:36:52 +03:00
cookie-session part1: Update dependencies 2020-04-05 02:30:49 +09:00
diesel remove diesel=debug in env var 2020-05-20 19:34:41 +08:00
docker_sample update docker sample by caching dependencies 2020-05-27 22:01:26 +02: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
hello-world part2: Update dependencies 2020-04-05 13:50:44 +09:00
http-proxy part2: Update dependencies 2020-04-05 13:50:44 +09:00
json part2: Update dependencies 2020-04-05 13:50:44 +09: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 part2: Update dependencies 2020-04-05 13:50:44 +09:00
juniper Fix function name that camel to snake (#332) 2020-06-17 23:33:01 +01:00
juniper-advanced Rename graphql-demo to juniper-advanced 2020-05-19 14:23:28 +09:00
middleware part2: Update dependencies 2020-04-05 13:50:44 +09:00
multipart Sanitize filename 2020-05-19 13:48:49 +09:00
multipart-async-std Sanitize filename 2020-05-19 13:48:49 +09:00
multipart-s3 Sanitize filename 2020-05-19 13:48:49 +09:00
openssl Add introduction to use mkcert 2020-05-19 12:46:00 +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 part2: Update dependencies 2020-04-05 13:50:44 +09:00
redis-session Demonstrate how to use random keys for sessions. 2020-04-13 12:36:52 +03:00
run-in-thread part2: Update dependencies 2020-04-05 13:50:44 +09:00
rustls Tip for key to work 2020-07-19 00:57:15 +03:00
server-sent-events part2: Update dependencies 2020-04-05 13:50:44 +09:00
shutdown-server Remove unused variable _stopper 2020-04-16 19:16:41 +08:00
simple-auth-server Refactor FromRequest for LoggedUser in simple-auth-server 2020-05-14 00:41:09 +02:00
sqlx_todo Simple Todo API using actix-web and sqlx with postgresql database (#303) 2020-04-23 17:03:04 +09:00
state part3: Update dependencies 2020-04-08 01:18:52 +09:00
static_index Improve the static files example. (#317) 2020-05-18 07:28:47 +09:00
template_askama part3: Update dependencies 2020-04-08 01:18:52 +09:00
template_handlebars Move the README to the root so it can be found easily. 2020-05-20 11:00:17 +03:00
template_tera Demonstrate how to render error pages using templates. 2020-05-19 18:21:39 +03:00
template_yarte Update yarte version to 0.8 2020-04-28 21:18:18 +02:00
todo part3: Update dependencies 2020-04-08 01:18:52 +09:00
udp-echo Update udp-echo example to actix 0.9 and tokio 0.2. (#336) 2020-06-25 05:19:22 +01:00
unix-socket part3: Update dependencies 2020-04-08 01:18:52 +09:00
web-cors part3: Update dependencies 2020-04-08 01:18:52 +09:00
websocket send the correct exit code when closing the websocket (#335) 2020-06-25 05:20:27 +01:00
websocket-autobahn send the correct exit code when closing the websocket (#335) 2020-06-25 05:20:27 +01:00
websocket-chat send the correct exit code when closing the websocket (#335) 2020-06-25 05:20:27 +01:00
websocket-chat-broker send the correct exit code when closing the websocket (#335) 2020-06-25 05:20:27 +01:00
websocket-tcp-chat send the correct exit code when closing the websocket (#335) 2020-06-25 05:20:27 +01:00
.gitignore upgrade ws chat broker dependencies 2020-04-09 01:54:28 +01:00
.travis.yml Tweak CI config 2020-04-30 15:43:41 +09:00
Cargo.toml Merge pull request #333 from fakeshadow/master 2020-06-28 00:05:25 +01:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md Add MeiliSearch as production example 2020-04-29 09:09:47 +02: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 !