1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2020-10-30 04:22:24 +00:00
.github/workflows migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
async_data_factory v3 examples (#364) 2020-09-12 16:49:45 +01:00
async_db v3 examples (#364) 2020-09-12 16:49:45 +01:00
async_ex1 v3 examples (#364) 2020-09-12 16:49:45 +01:00
async_ex2 v3 examples (#364) 2020-09-12 16:49:45 +01:00
async_pg v3 examples (#364) 2020-09-12 16:49:45 +01:00
async-graphql-demo Update async-graphql-demo for async-graphql v2.0.0 (#378) 2020-10-13 16:45:19 +09:00
awc_https v3 examples (#364) 2020-09-12 16:49:45 +01:00
basics v3 examples (#364) 2020-09-12 16:49:45 +01:00
casbin v3 examples (#364) 2020-09-12 16:49:45 +01:00
cookie-auth v3 examples (#364) 2020-09-12 16:49:45 +01:00
cookie-session v3 examples (#364) 2020-09-12 16:49:45 +01:00
diesel v3 examples (#364) 2020-09-12 16:49:45 +01:00
docker_sample migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
error_handling v3 examples (#364) 2020-09-12 16:49:45 +01:00
form v3 examples (#364) 2020-09-12 16:49:45 +01:00
hello-world v3 examples (#364) 2020-09-12 16:49:45 +01:00
http-proxy v3 examples (#364) 2020-09-12 16:49:45 +01:00
json v3 examples (#364) 2020-09-12 16:49:45 +01:00
json_decode_error migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
json_error v3 examples (#364) 2020-09-12 16:49:45 +01:00
jsonrpc v3 examples (#364) 2020-09-12 16:49:45 +01:00
juniper add Cors to get juniper example to work. (#371) 2020-09-27 21:05:17 +01:00
juniper-advanced Removing namespace usage for clarity (#369) 2020-09-20 18:24:14 +01:00
middleware v3 examples (#364) 2020-09-12 16:49:45 +01:00
multipart v3 examples (#364) 2020-09-12 16:49:45 +01:00
multipart-async-std v3 examples (#364) 2020-09-12 16:49:45 +01:00
multipart-s3 v3 examples (#364) 2020-09-12 16:49:45 +01:00
openssl v3 examples (#364) 2020-09-12 16:49:45 +01:00
protobuf v3 examples (#364) 2020-09-12 16:49:45 +01:00
r2d2 v3 examples (#364) 2020-09-12 16:49:45 +01:00
redis v3 examples (#364) 2020-09-12 16:49:45 +01:00
redis-session migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
run-in-thread v3 examples (#364) 2020-09-12 16:49:45 +01:00
rustls add client certificate example (#380) 2020-10-30 04:22:24 +00:00
rustls-client-cert add client certificate example (#380) 2020-10-30 04:22:24 +00:00
server-sent-events migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
shutdown-server v3 examples (#364) 2020-09-12 16:49:45 +01:00
simple-auth-server update auth-server blog post title 2020-10-14 18:04:53 +01:00
sqlx_todo v3 examples (#364) 2020-09-12 16:49:45 +01:00
state v3 examples (#364) 2020-09-12 16:49:45 +01:00
static_index v3 examples (#364) 2020-09-12 16:49:45 +01:00
template_askama v3 examples (#364) 2020-09-12 16:49:45 +01:00
template_handlebars Fix Path derefs (#375) 2020-10-04 16:51:42 +01:00
template_tera v3 examples (#364) 2020-09-12 16:49:45 +01:00
template_tinytemplate Add tiny_template as an example. (#358) 2020-09-10 21:34:32 +01:00
template_yarte v3 examples (#364) 2020-09-12 16:49:45 +01:00
todo Escape HTML (#366) 2020-09-14 17:02:57 +01:00
udp-echo v3 examples (#364) 2020-09-12 16:49:45 +01:00
unix-socket v3 examples (#364) 2020-09-12 16:49:45 +01:00
web-cors update cors example to 0.5 2020-10-19 23:36:53 +01:00
websocket v3 examples (#364) 2020-09-12 16:49:45 +01:00
websocket-autobahn v3 examples (#364) 2020-09-12 16:49:45 +01:00
websocket-chat migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
websocket-chat-broker v3 examples (#364) 2020-09-12 16:49:45 +01:00
websocket-tcp-chat v3 examples (#364) 2020-09-12 16:49:45 +01:00
.gitignore migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
Cargo.lock add client certificate example (#380) 2020-10-30 04:22:24 +00:00
Cargo.toml add client certificate example (#380) 2020-10-30 04:22:24 +00:00
codecov.yml migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
LICENSE Initial commit 2018-04-12 17:07:42 -07:00
README.md tweak readme wording 2020-10-14 17:55:02 +01:00
rustfmt.toml port more examples 2019-03-09 22:38:15 -08:00

Actix Examples

Curated examples using the Actix ecosystem.

build status Join the chat at https://gitter.im/actix/actix-web

Community Showcase

  • binserve : A fast, secure, and easy to set up static web server written on top of Actix Web with routing, templating, and various other features.
  • Roseline : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts.
  • lemmy : A federated alternative to reddit in Rust.
  • MeiliSearch: Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
  • Dalted: Simple webapp that showcases the integration of image-rs with Actix Web for color blindness simulations.

Community Example Apps, Starters & Boilerplate Projects

Contribute

Pull requests welcome for small, focussed example projects demonstrating patterns or techniques.

Submissions also accepted to have your app or repo considered for the showcase lists.