Whitepaper v2.05. Technical Architecture5.4 API GATEWAY AND MICROSERVICES ARCHITECTURE

5.4 API GATEWAY AND MICROSERVICES ARCHITECTURE

Realproton employs an API Gateway to manage requests between the front-end and backend services. Each service is built as a microservice, allowing for independent deployment and scaling.

  • API Gateway: Acts as an entry point for API requests and forwards them to appropriate microservices.
  • Microservices: Each service (e.g., authentication, portfolio management, auction service) operates independently.