I am trying to set up a PHP websocket server using phpwebsocket. Everything I have done is exactly per the phpwebsocket files (with the exception of changing the server to localhost and adjusting ports). I am trying to do this on Windows 7 with Apache 2.2 and PHP 5.2.17. I have also tried several other examples that I have found on the web.
With all of the different set ups I have tried, I have not been able to get Firefox to connect to the socket. I have also tried using Telnet to connect but have not had any luck there. I feel like there must a step that I am missing because I get the same result with everything I try. I have also disabled Windows Firewall which did not change the result.
Any thoughts on what might be keeping this setup from being able to get a connection?