1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
Actix web examples
Go to file
2021-10-07 03:27:50 +01:00
.github/workflows ignore protobuf-example in ci 2021-10-06 23:12:42 +01:00
basics fix broken links (#441) 2021-10-06 22:28:53 +01:00
database_interactions clippy 2021-10-07 03:04:59 +01:00
forms remove unwraps in multipart examples 2021-10-07 03:27:50 +01:00
graphql clippy 2021-10-07 03:04:59 +01:00
json remove unwraps in multipart examples 2021-10-07 03:27:50 +01:00
other ignore protobuf-example in ci 2021-10-06 23:12:42 +01:00
security improve rustls example (#447) 2021-10-07 03:06:25 +01:00
session fix broken links (#441) 2021-10-06 22:28:53 +01:00
template_engines dep update 2021-10-06 23:56:44 +01:00
websockets clippy 2021-10-07 03:04:59 +01:00
.gitignore remove unwraps in multipart examples 2021-10-07 03:27:50 +01:00
Cargo.lock remove unwraps in multipart examples 2021-10-07 03:27:50 +01:00
Cargo.toml Add MongoDB example (#452) 2021-10-06 22:23:12 +01: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 Imitari project (#454) 2021-09-29 15:13:15 +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 Chat on Discord

Community Showcase

  • roapi: Create full-fledged APIs for static datasets without writing a single line of code.
  • mCaptcha: Proof of work based, privacy focused, libre CAPTCHA system. Crates used: actix-web, sqlx, redis, and lettre.
  • Zero2prod : Source code of zero to production series zero2prod.com. Paid book but some of the chapters is available online for free. The book compares and explains the chosen technologies, like actix-web and sqlx.
  • 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.
  • Imitari : A lightweight ShareX-compatible image uploader server

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.