1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/README.md

64 lines
6.6 KiB
Markdown
Raw Normal View History

# Actix Examples
2018-04-13 03:26:33 +02:00
2020-10-14 18:55:02 +02:00
> Curated examples using the Actix ecosystem.
[![build status](https://github.com/actix/examples/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/actix/examples/actions)
2021-06-08 20:55:45 +02:00
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
2018-04-13 03:26:33 +02:00
2020-10-14 18:41:36 +02:00
## Community Showcase
2022-01-05 16:09:51 +01:00
- [Merino](https://github.com/mozilla-services/merino): Web service for Firefox Suggest.
- [Contile](https://github.com/mozilla-services/contile): The back-end server for the Mozilla Tile Service (MTS).
2021-12-31 23:24:05 +01:00
- [lemmy](https://github.com/dessalines/lemmy): A federated alternative to reddit in Rust.
- [MeiliSearch](https://github.com/meilisearch/MeiliSearch): Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia.
2023-01-12 23:21:47 +01:00
- [hyperswitch](https://github.com/juspay/hyperswitch): An Open Source Financial Switch to make payment open, fast, secure and reliable.
2022-01-19 21:57:19 +01:00
- [tokei.rs](https://github.com/XAMPPRocky/tokei_rs): The tokei.rs server code.
- [Labrinth](https://github.com/modrinth/labrinth): Rust-based backend to serve the `modrinth` API.
2022-03-06 01:52:48 +01:00
- [Barricade](https://github.com/purton-tech/barricade): Quickly add user registration and logon to any application.
2022-02-24 01:32:34 +01:00
- [Bloom](https://github.com/skerkour/bloom): The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more.
2022-01-21 17:34:09 +01:00
- [GitArena](https://github.com/mellowagain/gitarena): Software development platform with built-in VCS, issue tracking and code review.
2021-11-02 14:04:33 +01:00
- [Four in a Row - Server](https://github.com/ffactory-ofcl/fourinarow-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.
2021-10-28 17:26:31 +02:00
- [Nitro Repo](https://github.com/wherkamp/nitro_repo): An open source artifact manager. Rust back-end and Vue front-end.
2021-07-20 17:01:13 +02:00
- [mCaptcha](https://github.com/mCaptcha/mCaptcha/): Proof of work based, privacy focused, libre CAPTCHA system. Crates used: `actix-web`, `sqlx`, `redis`, and `lettre`.
2022-02-06 09:13:24 +01:00
- [Zero2prod](https://github.com/LukeMathWalker/zero-to-production/): Source code of zero to production series [zero2prod.com](https://www.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.
2021-10-28 17:26:31 +02:00
- [Triox](https://github.com/Trioxidation/Triox): A free file hosting server that focuses on speed, reliability and security.
- [binserve](https://github.com/mufeedvh/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](https://github.com/DoumanAsh/roseline.rs): A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various Actix and Actix Web concepts.
- [Dalted](https://github.com/carrascomj/dalted): Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with Actix Web for color blindness simulations.
- [Atomic-Server](https://github.com/joepio/atomic-data-rust/): Graph database with a dynamic schema, authorization and full text search.
2021-12-07 00:53:39 +01:00
- [Operator](https://github.com/mkantor/operator): A web server for static and dynamic content.
2021-12-31 23:26:03 +01:00
- [RCOS Telescope](https://github.com/rcos/Telescope): The RCOS website and Discord bot.
2022-07-03 02:46:46 +02:00
- [WebThings Registration Server](https://github.com/WebThingsIO/registration_server): Exposes an HTTP API that lets you register a WebThings Gateway for tunneling support
- [pict-rs](https://git.asonix.dog/asonix/pict-rs): An image host API service
- [rustypaste](https://github.com/orhun/rustypaste): A minimal file upload/pastebin service
2022-07-03 02:46:46 +02:00
- [rustus](https://github.com/s3rius/rustus): A TUS protocol implementation that helps you handle file uploads
- [gcs-proxy](https://github.com/guaychou/gcs-proxy): A Google Cloud Storage download proxy
## Community Articles, Example Apps, Starters & Boilerplate Projects
2023-05-06 15:10:36 +02:00
- [RUSTfulapi](https://github.com/robatipoor/rustfulapi): Reusable template for building REST web services in Rust. Uses Actix Web HTTP web framework and SQLx toolkit.
2022-04-21 16:07:19 +02:00
- [create-rust-app](https://github.com/Wulf/create-rust-app): Set up a modern Rust + React web app by running one command.
2022-02-06 09:13:24 +01:00
- [Jelly Starter](https://github.com/secretkeysio/jelly-actix-web-starter): A starter template for Actix Web projects that feels very Django-esque. Avoid the boring stuff and move faster.
2021-10-28 17:33:44 +02:00
- [Actix and SQLx User CRUD for MySQL](https://github.com/jamesjmeyer210/actix_sqlx_mysql_user_crud): A User CRUD showcasing MySQL database interaction with full integration test coverage, designed to fit comfortably in a system of micro-services.
2021-12-26 21:38:17 +01:00
- [Rust, Actix Web & Heroku](https://github.com/emk/rust-buildpack-example-actix): A Heroku buildpack example for Actix Web.
2021-10-28 17:33:44 +02:00
- [webapp.rs](https://github.com/saschagrunert/webapp.rs): A web application completely written in Rust.
- [RealWorld Example App](https://github.com/fairingrey/actix-realworld-example-app): Implementation of the RealWorld backend API spec in Actix.
- [Canduma](https://github.com/clifinger/canduma): Rust authentication server boilerplate
- [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container.
- [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker.
2021-10-28 17:33:44 +02:00
- [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/): An implementation of JWT in Actix.
- [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6): An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application
2022-02-06 09:13:24 +01:00
- [Fullstack-Rust](https://github.com/vascokk/fullstack-rust): A Full Stack Rust application (Connect5 game) with Actix Web, Yew, Bulma CSS and Diesel.
2022-01-05 18:19:45 +01:00
- [Mozilla Services Skeleton App](https://github.com/mozilla-services/skeleton)
- [rayspace.dev](https://github.com/ryspc/rayspace.dev): Minimalist dev portfolio and blog implemented as a Rust-powered SPA, featuring GitHub OAuth, session management, static file serving, API endpoints, and SQLx integration.
2021-10-28 17:33:44 +02:00
## Paid Resources
2022-03-06 01:43:10 +01:00
2021-10-28 17:33:44 +02:00
- [book] [Zero2prod by Luca Palmieri](https://algoluca.gumroad.com/l/zero2prod): Takes you on a journey to discover the world of backend development in Rust.
2018-04-13 03:26:33 +02:00
## Contribute
2018-04-13 04:09:01 +02:00
2023-07-18 16:29:16 +02:00
Pull requests welcome for small, focused example projects demonstrating patterns or techniques.
Submissions also accepted to have your app or repo considered for the showcase lists.