1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2018-07-05 14:59:05 +02:00
async_db Update db.rs 2018-06-01 06:59:07 -04:00
async_ex1 Fix typos 2018-05-30 12:05:23 +02:00
basics typos -> text/plain 2018-07-04 09:43:54 +02:00
cookie-auth cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
cookie-session upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
diesel do not use with2 2018-06-01 11:31:53 -07:00
form exclude patch number from dependencies + add readme 2018-07-05 14:59:05 +02:00
hello-world upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
http-proxy Fix typos 2018-05-30 12:05:23 +02:00
json multi extractor for json 2018-06-02 08:28:33 -07:00
juniper do not use with2 2018-06-01 11:31:53 -07:00
multipart better multipart example 2018-06-07 21:34:14 -07:00
protobuf cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
r2d2 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
redis-session Listen to localhost instead of all network interfaces 2018-05-31 22:05:20 +02:00
state cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
static_index cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
template_askama fix askama example 2018-06-01 11:44:51 -07:00
template_tera do not use with2 2018-06-01 11:31:53 -07:00
tls cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
unix-socket upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
web-cors cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket-chat cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
websocket-tcp-chat cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
.gitignore add workspace 2018-04-13 12:32:15 -07:00
.travis.yml do not use with2 2018-06-01 11:31:53 -07:00
Cargo.lock create form example 2018-07-04 17:12:33 +02:00
Cargo.toml create form example 2018-07-04 17:12:33 +02:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md It's a little outdated and muro Is its expansion project. 2018-06-14 10:27:37 +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

  • muro : A Reddit like project full-stack Single Page Webapp written in actix-web with vuejs.

Contribute

Welcome to contribute !