Pools Phone System
Last updated
Last updated
Pools Phone System has implemented a distributed system architecture following the microservices model. Both the mobile app and the website of the Pools Phone System interact with a single API Gateway via the HTTP protocol. This API Gateway receives and directs requests to specific services within the Pools Phone System. Communication between these services occurs through Kafka.
To ensure security and authentication, users of the Pools Phone System utilize a Single Sign-On (SSO) authentication method via the HTTP protocol and integrate an SDK on their devices.
The API Gateway of the Pools Phone System is built on the open-source platform Kong, ensuring the system's reliability and scalability.
Each specific service within the Pools Phone System is designed for specific purposes to perform particular tasks.