Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 node.js、mongodb、socket.io 和 express 实现聊天服务器。我想知道的是最大数量是否有限制。socket.io 多房间聊天同时开放的房间数量。
另外,有没有上限。每个房间的用户数。
Socket.io 对服务器可以连接多少用户、一个房间有多少用户或有多少房间没有任何限制和限制。
您的限制与以下内容有关:
顺序很重要,通常会尝试从上到下,根据应用程序的要求提前重新评估每个点。操作系统设置必须首先完成。