PHP backend server using the WebSocket protocol.
To start the example project, just navigate to /example/server
and run the command line: php ChatServer.php
Then, on your browser, access: http://localhost/path/to/php-websocket-server/example/client/
WebSocketServer class is derived from the kallaspriit's php-html5-websocket-server.