I\'m wondering how I could secure my socket.io connection to the server from th following.
Security Issues:
Well, if your (real) clients are coming from a well know location, you'd probably want to to block everyone else at the firewall level. Assuming your service is available to everyone, you can probably look into client-server handshake mechanism.