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 服务器内运行了 socket.io。
我想从在控制台(浏览器外部)中运行的另一个 node.js 程序连接到该服务器。
到目前为止,我看到的所有示例都只讨论了在浏览器内部运行的 socket.io 客户端,但我想连接到浏览器外部的控制台程序。
有可能做这样的事情吗?
没问题,用socket.io-client
socket.io-client
更多信息在这里:https ://github.com/LearnBoost/socket.io-client