Socket.io

Monkey Forums/Monkey Programming/Socket.io

Ben(Posted 2014) [#1]
Has anyone been able to get monkey communicating with socket.io?


Ben(Posted 2014) [#2]
After doing some searching I found this: http://stackoverflow.com/questions/8051516/how-to-establish-a-tcp-socket-connection-from-a-web-browser-client-side/8053026#8053026
In other words, websockets don't really use real socket connections "WebSockets but they don't seem to be pure 'sockets', because there is an application layer protocol over them". This really complicates things.