Hi, I have created a socket.io app, running on my pc. I would like to run socket.io from my game and emit data, so that I could see the result in my browser, on the app. at the moment, I can type something into a chat box in my browser and get it to display a message, but how do I connect my game to socket.io and then emit to the local server? I'm comfortable with both c# and javascript so I don't mind running from either.
↧