Rust Project Demos

Microservices Examples

Leveling up with Rust via Cargo to build a Web Microservice Actix

Project Ideas

Suggestions for a Cloud Computing Class at an Elite University Final Project in Rust

  1. Design and implementation of a scalable cloud-based web application using Rust and the Rocket framework. Start with this example code: Rocket

  2. Development of a multi-threaded, cloud-based image processing application in Rust using the Tokio framework. Start with this example code: Tokio

  3. Creation of a cloud-based storage solution using Rust and the Sled database. Start with this example code: Sled

  4. Building a cloud-based microservice architecture using Rust and the Actix framework. Start with this example code: Actix

  5. An implementation of a cloud-based real-time data streaming platform using Rust and the Apache Kafka library. Start with this example code: rust-rdkafka

  6. Development of a cloud-based serverless application using Rust and the OpenFaaS framework. Start with this example code: faas-rust

  7. Design and implementation of a cloud-based IoT solution using Rust and the MQTT protocol. Start with this example code: paho.mqtt.rust

  8. Creation of a cloud-based blockchain application using Rust and the Substrate framework. Start with this example code: Substrate

  9. Building a cloud-based, multi-node distributed system using Rust and the Raft consensus algorithm. Start with this example code: raft-rs

  10. Development of a cloud-based, real-time chat application using Rust and the WebSockets library. Start with this example code: tungstenite-rs