socket.io chat with private rooms

前端 未结 2 547
天命终不由人
天命终不由人 2021-01-30 03:07

I started looking into node and socket.io.

I already have created a simple chat application and I am amazed at how easy it was.

Now, I would like to take a littl

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 03:10

    Hej Thomas

    if theres only 2 users talking you dont need use publish att all just send that message from the client to the server and let the server locate the other client and send it down.

提交回复
热议问题