Group Module
Overview
The Group module is suitable for building a communication group where a large number of users can communicate in multiple directions. It can connect users with different network protocols, and there is no limit to the number of users who can connect.
It is ideal for sending and receiving real-time messages when a large number of participants are involved.
However, since there are no restrictions on the number of participants, implementing a scenario where many users send data at high frequency could unintentionally increase the load on both the server and clients.
Additionally, due to the nature of Group, which uses server-to-server communication to establish interactions with a large number of users, the round-trip time (RTT) tends to be higher compared to using a Room for communication within the same server.
Last updated