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-06-08 10:02:52 +06:00
actix_redis update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
actix_todo update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
async_db update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
async_ex1 cargo fmt 2019-06-07 13:30:14 -07:00
async_ex2 update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
basics update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
cookie-auth update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
cookie-session update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
diesel update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
error_handling update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
form update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
hello-world update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
http-full-proxy update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
http-proxy update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
json update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
jsonrpc update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
juniper update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
middleware Fixes trivial typos. 2019-06-06 15:20:25 -06:00
multipart update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
protobuf update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
r2d2 update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
redis-session update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
rustls update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
simple-auth-server update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
state update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
static_index update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
template_askama update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
template_tera update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
template_yarte update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
tls update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
unix-socket update more examples and rustfmt 2019-03-09 18:03:09 -08:00
web-cors update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
websocket update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
websocket-chat update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
websocket-chat-broker update more examples and rustfmt 2019-03-09 18:03:09 -08:00
websocket-tcp-chat update actix-web to 1.0.0 2019-06-06 16:47:40 +06: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 Add jsonrpc example 2019-04-15 10:05:22 +08: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 !