Building a Distributed Microservice in Rust
Overview
This project demonstrates how to split CPU-bound tasks (like prime factorization) across multiple Rust microservices:
Load Balancer (Rust + Actix-Web)
Receives requests on http:...