Page cover

📨Communication Protocols

Alien employs multiple network communication protocols to ensure efficient data transmission in different network environments.

  • WebSocket: Used for real-time communication, supports bidirectional communication, and ensures low-latency message transmission.

  • HTTP/2: Used for non-real-time data transmission such as file uploads, downloads, and API calls, providing more efficient multiplexing and compression.

  • TLS/SSL: All communications are encrypted using TLS/SSL to ensure data transmission security, preventing man-in-the-middle attacks and data eavesdropping.