1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Actix web examples
Go to file
Vassil "Vasco" Kolarov ead81d6d14
Added fullstack Rust project using actix-web and webassembly (#425)
Co-authored-by: Vasco <vassil.kolarov@gmail.com>
2021-05-26 13:57:19 +09:00
.github/workflows Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09:00
basics Restructure folders (#411) 2021-02-26 00:57:58 +00:00
database_interactions Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09:00
forms Fixes Incorrect Return of body in multipart example (#407) 2021-03-04 01:38:29 +09:00
graphql Upgrade juniper to 0.15 (#423) 2021-04-26 20:32:32 +09:00
json Restructure folders (#411) 2021-02-26 00:57:58 +00:00
other Restructure folders (#411) 2021-02-26 00:57:58 +00:00
security Restructure folders (#411) 2021-02-26 00:57:58 +00:00
session Restructure folders (#411) 2021-02-26 00:57:58 +00:00
template_engines Bump tera version to 1.8.0, print the listening port to cli (#421) 2021-04-25 21:15:27 +09:00
websockets Fix websocket chat link (#427) 2021-05-13 08:32:58 +01:00
.gitignore migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
Cargo.lock Upgrade juniper to 0.15 (#423) 2021-04-26 20:32:32 +09:00
Cargo.toml Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09: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 Added fullstack Rust project using actix-web and webassembly (#425) 2021-05-26 13:57:19 +09: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.