1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
2022-11-21 14:47:48 +00:00
.github/workflows chore: update deps 2022-08-28 18:40:59 +01:00
auth Fix bug in cookie-auth example where secret is too short (#583) 2022-11-15 08:02:36 +00:00
basics add content_type for basic example response body to decode utf-8 correctly (#586) 2022-11-21 14:47:48 +00:00
cors Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
data-factory reduce minijinja boilerplate 2022-10-16 21:36:23 +01:00
databases Update README.md (#579) 2022-11-04 22:11:36 +00:00
docker update actix web to stable version 2022-02-25 21:08:53 +00:00
forms update deps 2022-10-26 16:51:27 +01:00
graphql update deps 2022-10-26 16:51:27 +01:00
guards format markdown 2022-03-06 00:43:10 +00:00
http-proxy update deps 2022-10-26 16:51:27 +01:00
https-tls update deps 2022-10-26 16:51:27 +01:00
json update deps 2022-10-26 16:51:27 +01:00
middleware update deps 2022-10-26 16:51:27 +01:00
protobuf update deps 2022-10-26 16:51:27 +01:00
run-in-thread Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
server-sent-events update deps 2022-10-26 16:51:27 +01:00
shutdown-server update deps 2022-10-26 16:51:27 +01:00
templating update deps 2022-10-26 16:51:27 +01:00
unix-socket format markdown 2022-03-06 00:43:10 +00:00
websockets bug fix for websocket chat python file (#575) 2022-09-09 20:03:41 +01:00
.gitignore remove unwraps in multipart examples 2021-10-07 03:27:50 +01:00
Cargo.lock unhide todo 2022-10-26 16:51:50 +01:00
Cargo.toml unhide todo 2022-10-26 16:51:50 +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 rustus to showcase 2022-07-03 01:46:46 +01:00
rustfmt.toml add session ttl customization example 2022-08-28 18:39:28 +01:00
weather.db fix db/basic 2022-02-06 08:19:35 +00:00

Actix Examples

Curated examples using the Actix ecosystem.

build status Chat on Discord

Community Showcase

  • Merino: Web service for Firefox Suggest.
  • Contile: The back-end server for the Mozilla Tile Service (MTS).
  • lemmy: A federated alternative to reddit in Rust.
  • MeiliSearch: Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
  • tokei.rs: The tokei.rs server code.
  • Monrinth: Rust-based backend to serve the modrinth API.
  • Barricade: Quickly add user registration and logon to any application.
  • Bloom: The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more.
  • GitArena: Software development platform with built-in VCS, issue tracking and code review.
  • Four in a Row - Server: An online version of the popular game four in a row, written in Rust on the server side and Flutter + Dart on the client.
  • Nitro Repo: An open source artifact manager. Rust back-end and Vue front-end.
  • Imitari: A lightweight ShareX-compatible image uploader server
  • 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.
  • Dalted: Simple webapp that showcases the integration of image-rs with Actix Web for color blindness simulations.
  • Atomic-Server: Graph database with a dynamic schema, authorization and full text search.
  • Operator: A web server for static and dynamic content.
  • RCOS Telescope: The RCOS website and Discord bot.
  • WebThings Registration Server: Exposes an HTTP API that lets you register a WebThings Gateway for tunneling support
  • pict-rs: An image host API service
  • rustypaste: A minimal file upload/pastebin service
  • rustus: A TUS protocol implementation that helps you handle file uploads

Community Articles, Example Apps, Starters & Boilerplate Projects

Paid Resources

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.