Group Module

Overview

The Group module is suitable for building a group where a large number of users can communicate in multiple directions. It allows users with different network protocols to connect, and there is no limit to the number of users who can connect.

It is ideal for sending and receiving real-time messages among a large number of participants.

However, since there is no limit on the number of participants, if implemented in a way where many users send data at high frequency, it could unintentionally increase the load on the server and clients.

Furthermore, due to the nature of Group utilizing inter-server communication to interact with a large number of users, the Round Trip Time (RTT) tends to be higher compared to Room, which facilitates communication within the same server.

Last updated