Network Layer
The network layer manages the communication between the client and the server, ensuring efficient and reliable data transmission.
WebSocket Connection: Used for real-time message transmission, ensuring low latency and high reliability.
REST API Interface: Used for non-real-time data transmission, such as file uploads and user settings.
Encrypted Transmission Protocol: Uses TLS/SSL protocols to ensure the security of data transmission.