Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 395 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 395 Bytes

PHP Websocket Example

This a chat application example using php websocket Ratchet.

Usage

Step 1:

Run following command on terminal to download all php dependencies.

composer install

Step 2:

Run following command on terminal.

php server.php

Step 3:

Everything is done. Now open this url on your favorite browser.

http://example.test/index.html