I\'m really new about this of Websockets, i\'m trying to connect this websocket: phpwebsocket with WAMP server, first, in my httpd.conf I wrote listen 9300, and if i go to l
You have to install php_socket extension. http://php.net/manual/en/install.windows.extensions.php This link have all information about it.