Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 471 Bytes

PHP WebSocket Server

PHP backend server using the WebSocket protocol.

Try out the example project

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/

Credits

WebSocketServer class is derived from the kallaspriit's php-html5-websocket-server.