[Plugin] Socket.io Client

Yes, I poked around a bit at the interface for the base library you used, didn’t even realize the source is out there, that will make things easier. I’ll have to take a look at what it takes to compile a plugin this weekend and see if I can get some more functionality going. Returning the object instead of a string would have actually been more convenient anyhow as I could do just about anything with it once I had that! I did see the base library has that and other magic that can come out.

For the io.sockets.emit(), I think its the same thing, io.emit emits to all active socket connections, but I will take a look and see. I am at work now so I don’t have the notes I took when I looked at the base library unfortunately.

Thanks for the response, sorry for stirring everything up on something that was basically just a prototype :slight_smile: