PHP Websocket on Webserver
问题 A few days ago I setup this WebSocket server from http://code.google.com/p/phpwebsocket/ It works excellent on my localhost by using Xampp. Then, I uploaded it to my webspace on Strato, but now I am not able to connect to the server. I changed the the sockets connection to my domain but it didn`t work Client.html: var host = "ws://xxxxxxxx.com:12345/Websocket/server.php"; Server.php: $master = WebSocket("xxxxxx",12345); I already tried it with different port(80,443,12345,8080,8000....), using