- In directory 'example', you can find most basic socket PHP implementation.
- just run server.php and client.php from command line
- Basic chat built using Ratchet.
- composer install
- configure app/config/parameters.yml according to your MySQL server configuration
- run Symfony server (php bin/console server:run)
- run WebSocket server (php bin/console app:ws-server:run)