I have a situation where I need to update one browser window based on input from the other. Right now I\'m using WebSockets and it\'s working great.
Now I want to sen
Checkout ratchet You can use something like telnet with popen/proc_open to communicate with the socket server.