This is a PHP chat sample using Ratchet project and JS Websocket. Ref: https://github.com/gabrielfs7/ratchet-chat
- Group chat.
- Online users.
- Start the Server
composer install
php bin/chat-server.php
- Use the Chat
Open the public directory in your browser, enter a name and enjoy!
- One-to-one chat.