Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 435 Bytes

Ratchet-Web

This is a PHP chat sample using Ratchet project and JS Websocket. Ref: https://github.com/gabrielfs7/ratchet-chat

Features

  • Group chat.
  • Online users.

Installation

  • 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!

Todo

  • One-to-one chat.