如何使用 Socket.io 向特定用户发送数据?
我使用node.js 和socket.io。
我想将数据从服务器发送到客户端并显示给ID = 1的用户
如何将数据发送到特定用户?
I use node.js and socket.io.
I want to send data from the server to the client and displayed to the user with ID = 1
How to send data to specific user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一段时间没有使用节点了,所以这可能不是 100%。在服务器上尝试:
然后发送 do:
希望有用。如果您更准确地告诉我您需要代码做什么,我可能会更有帮助。
Haven't used node in awhile so this may not be 100%. Try on server:
Then to send do:
Hope that's useful. If you tell me more accurately what you need the code to do I could maybe be more helpful.