Commit 79b3131c authored by Massimo Costantini's avatar Massimo Costantini
Browse files

Updated comment

parent cb70144f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ The code can be ported to any language that supports:

This design promotes **long-term maintainability**, **code reuse**, and **portability** across ecosystems.

Since all effectful computations are modeled as pure higher-order functions, this architecture is naturally suited for **Function-as-a-Service (FaaS)** platforms such as AWS Lambda or Google Cloud Functions. Each endpoint can be deployed independently, simply by wrapping it in a compatible runtime adapter.

Likewise, the modular design and pure functional interface make it easy to adopt a microservice-based deployment model (e.g., on Kubernetes), where each service exposes specific functionality via lightweight containers.

## How to Run

Make sure **PostgreSQL** and **Redis** are running, with appropriate configuration files under the `Conf/` directory.