1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2021-02-25 16:42:07 +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 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
async_ex1 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
async_ex2 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00: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 Improve the "basics" example (#393) 2020-12-18 21:32:36 +00:00
casbin fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
cookie-auth fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
cookie-session fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
diesel fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
docker_sample migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
error_handling fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
form v3 examples (#364) 2020-09-12 16:49:45 +01:00
hello-world fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
http-proxy fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
json fix typo and update some deps (#390) 2020-12-14 11:30:06 +00: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 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
juniper fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
juniper-advanced fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
middleware fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
multipart v3 examples (#364) 2020-09-12 16:49:45 +01:00
multipart-async-std fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
multipart-s3 v3 examples (#364) 2020-09-12 16:49:45 +01:00
openssl fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
protobuf v3 examples (#364) 2020-09-12 16:49:45 +01:00
r2d2 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
redis fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
redis-session fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
run-in-thread fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
rustls fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
rustls-client-cert add client certificate example (#380) 2020-10-30 04:22:24 +00:00
server-sent-events fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
shutdown-server fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
simple-auth-server fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
sqlx_todo v3 examples (#364) 2020-09-12 16:49:45 +01:00
state fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
static_index fix typo and update some deps (#390) 2020-12-14 11:30:06 +00: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 fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
template_tinytemplate fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
template_yarte Refactor template yarte example for use bytes implementation (#392) 2020-12-17 21:34:40 +00:00
todo fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
udp-echo v3 examples (#364) 2020-09-12 16:49:45 +01:00
unix-socket fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
web-cors update cors example to 0.5 2020-10-19 23:36:53 +01:00
websocket Fix client. (#400) 2021-01-17 02:55:00 +00:00
websocket-autobahn fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
websocket-chat fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
websocket-chat-broker Replace env_logger's deprecated function (#391) 2020-12-15 17:06:11 +00:00
websocket-tcp-chat fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
.gitignore migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
Cargo.lock Refactor template yarte example for use bytes implementation (#392) 2020-12-17 21:34:40 +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 add jelly to bolerplate section 2021-02-25 16:42:07 +00: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

  • Triox : A free file hosting server that focuses on speed, reliability and security.
  • 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 Articles, 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.