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.
我使用 Socket.io 客户端:
var socket = new io.Socket(null, {port: 8081, ...
服务器:
io.on('connection', function(client){ ...
Sow 实际上我尝试做多房间聊天应用程序 - 那么我怎样才能传递 chat_id 或类似的东西呢?
我遇到了同样的问题,最后决定使用 [Push-It]。1
文档有点少,但很容易使用。