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-04-10 14:08:10 -04:00
actix_redis upgrade to alpha4 2019-04-07 23:39:45 -07:00
actix_todo upgrade to alpha4 2019-04-07 23:39:45 -07:00
async_db upgrade to alpha4 2019-04-07 23:39:45 -07:00
async_ex1 updated async_ex1, removing old Box example and fixing example 2019-04-09 10:36:37 -04:00
async_ex2 added unit test example to async_ex2 2019-04-10 14:08:10 -04:00
basics upgrade to alpha4 2019-04-07 23:39:45 -07:00
cookie-auth upgrade to alpha4 2019-04-07 23:39:45 -07:00
cookie-session upgrade to alpha4 2019-04-07 23:39:45 -07:00
diesel upgrade to alpha4 2019-04-07 23:39:45 -07:00
error_handling upgrade to alpha4 2019-04-07 23:39:45 -07:00
form upgrade to alpha4 2019-04-07 23:39:45 -07:00
hello-world upgrade to alpha4 2019-04-07 23:39:45 -07:00
http-full-proxy upgrade to alpha4 2019-04-07 23:39:45 -07:00
http-proxy upgrade to alpha4 2019-04-07 23:39:45 -07:00
json upgrade to alpha4 2019-04-07 23:39:45 -07:00
juniper upgrade to alpha4 2019-04-07 23:39:45 -07:00
middleware upgrade to alpha4 2019-04-07 23:39:45 -07:00
multipart Revert to alpha3 multipart example to avoid panic 2019-04-08 16:33:35 +02:00
protobuf upgrade to alpha4 2019-04-07 23:39:45 -07:00
r2d2 upgrade to alpha4 2019-04-07 23:39:45 -07:00
redis-session upgrade to alpha4 2019-04-07 23:39:45 -07:00
rustls upgrade to alpha4 2019-04-07 23:39:45 -07:00
simple-auth-server upgrade to alpha4 2019-04-07 23:39:45 -07:00
state upgrade to alpha4 2019-04-07 23:39:45 -07:00
static_index upgrade to alpha4 2019-04-07 23:39:45 -07:00
template_askama upgrade to alpha4 2019-04-07 23:39:45 -07:00
template_tera upgrade to alpha4 2019-04-07 23:39:45 -07:00
template_yarte Merge branch 'master' of github.com:actix/examples 2019-04-07 23:39:59 -07:00
tls upgrade to alpha4 2019-04-07 23:39:45 -07:00
unix-socket update more examples and rustfmt 2019-03-09 18:03:09 -08:00
web-cors upgrade to alpha4 2019-04-07 23:39:45 -07:00
websocket upgrade to alpha4 2019-04-07 23:39:45 -07:00
websocket-chat upgrade to alpha4 2019-04-07 23:39:45 -07:00
websocket-chat-broker update more examples and rustfmt 2019-03-09 18:03:09 -08:00
websocket-tcp-chat upgrade to alpha4 2019-04-07 23:39:45 -07:00
.gitignore added async_ex2 2019-04-09 14:12:07 -04:00
.travis.yml use jsonwebtoken repo as temp solution to ring dep 2019-03-30 09:33:18 -07:00
Cargo.toml added async_ex2 2019-04-09 14:12:07 -04: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 !