I'm a traditionalist (to me TCP connections use socket API in C) so can someone put this in context for me:<p>- could I write some JS script that runs directly in Chrome that accepts a socket connection, receives some data, sends responses and displays something in the browser?<p>- could this theoretical app be directly "deployed" from a web page on server in our LAN?<p>- does this solution help with my current situation where I have to help users poke holes into their McAffee firewall?<p>Could be useful for me since I frequently send small test utils to my team that communicate with our embedded systems via socket connections.