Node.js client for a socket.io server Ask Question

Node.js client for a socket.io server Ask Question

I have a socket.io server running and a matching webpage with a socket.io.js client. All works fine.

But, I am wondering if it is possible, on another machine, to run a separate node.js application which would act as a client and connect to the mentioned socket.io server?

ベストアンサー1

That should be possible using Socket.IO-client: https://github.com/LearnBoost/socket.io-client

おすすめ記事