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 + socket.io。除此之外,一个人可能同时在多个房间。虽然我们可以使用 io.of('/room1')... 这迫使浏览器端与多个房间建立多个连接。
你有最好的建议或想法吗?
先感谢您。
您可以考虑拥有一个“默认”房间,这将有助于保持用户的状态,即无论他是在线还是离线。这将包含在您的应用程序中在线的所有用户的大列表
对于用户之间发生的每次聊天,最好为每个对话创建动态房间。