1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
Nikolay Kim fbb3dd2c40
Merge pull request #104 from henrylee2cn/patch-1
fix(async_ex1): send_json(data) -> send_json(&data)
2019-04-04 11:28:22 -07:00
actix_redis update to alpha2 2019-03-30 09:12:42 -07:00
actix_todo update to alpha2 2019-03-30 09:12:42 -07:00
async_db update to alpha2 2019-03-30 09:12:42 -07:00
async_ex1 fix: send_json(data) -> send_json(&data) 2019-04-04 14:38:07 +08:00
basics update to alpha2 2019-03-30 09:12:42 -07:00
cookie-auth update to alpha2 2019-03-30 09:12:42 -07:00
cookie-session update to alpha2 2019-03-30 09:12:42 -07:00
diesel update to alpha2 2019-03-30 09:12:42 -07:00
error_handling update to alpha2 2019-03-30 09:12:42 -07:00
form update to alpha2 2019-03-30 09:12:42 -07:00
hello-world update to alpha2 2019-03-30 09:12:42 -07:00
http-full-proxy update to alpha2 2019-03-30 09:12:42 -07:00
http-proxy update to alpha2 2019-03-30 09:12:42 -07:00
json update to alpha2 2019-03-30 09:12:42 -07:00
juniper update to alpha2 2019-03-30 09:12:42 -07:00
middleware update to alpha2 2019-03-30 09:12:42 -07:00
multipart update to alpha2 2019-03-30 09:12:42 -07:00
protobuf update to alpha2 2019-03-30 09:12:42 -07:00
r2d2 update to alpha2 2019-03-30 09:12:42 -07:00
redis-session update to alpha2 2019-03-30 09:12:42 -07:00
rustls update to alpha2 2019-03-30 09:12:42 -07:00
simple-auth-server use jsonwebtoken repo as temp solution to ring dep 2019-03-30 09:33:18 -07:00
state update to alpha2 2019-03-30 09:12:42 -07:00
static_index update to alpha2 2019-03-30 09:12:42 -07:00
template_askama Update main.rs 2019-04-01 10:47:15 +02:00
template_tera update to alpha2 2019-03-30 09:12:42 -07:00
template_yarte Update yarte to 0.2 2019-04-01 01:23:31 +02:00
tls update to alpha2 2019-03-30 09:12:42 -07:00
unix-socket update more examples and rustfmt 2019-03-09 18:03:09 -08:00
web-cors update to alpha2 2019-03-30 09:12:42 -07:00
websocket update to alpha2 2019-03-30 09:12:42 -07:00
websocket-chat update to alpha2 2019-03-30 09:12:42 -07:00
websocket-chat-broker update more examples and rustfmt 2019-03-09 18:03:09 -08:00
websocket-tcp-chat update to alpha2 2019-03-30 09:12:42 -07:00
.gitignore simple-auth-server added to examples (#65) 2018-12-09 18:55:36 +03:00
.travis.yml use jsonwebtoken repo as temp solution to ring dep 2019-03-30 09:33:18 -07:00
Cargo.toml use jsonwebtoken repo as temp solution to ring dep 2019-03-30 09:33:18 -07:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md add example from community 2019-03-13 09:39:13 -07: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

  • RutHub: A service for sharing read list powered by actix-web + diesel, repo.
  • Rust-webapp-starter : Rust single page webapp written in actix-web with vuejs.
  • Rust中文社区 : A CN online community forum written in Actix-web with vuejs source.
  • Roseline : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.
  • Actix Auth Server : Auth web micro-service with rust using actix-web - complete tutorial. See code in examples/simple-auth-server

Contribute

Welcome to contribute !