is there any way to run socketio as a client(not a browser, but a nodejs script)
I need to broadcast data from a server to some clients (browsers) and to another linux machine (only running nodejs to get variables, no browser)
Any ideias is welcome
Regards
There is a project on github which implements a socket.io client. Take a look here:
https://github.com/remy/Socket.io-node-client