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 中建立一个聊天服务器;我需要处理用户参与,例如 Openfire 中的 Fastpath 插件,以便在请求到达时将其发送给某个运营商 [例如第一个免费的] ... node.js 是否有类似的模块/库?我想使用节点而不是 openfire。
我建议看看socket.io。里面有很多聊天服务器的例子。