This is a simple multi-user chat program experiment using React.
Simply cline this repository.
git clone git://github.com/tyler-king/react-chat.git
And run these two commands setup the vendor files:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
Now you can call from console:
php server.php {PORT}For client connections simply type:
php client.php {host}:{port}You will then be connected to the chat server where you can chat to other connected clients.
A few commands wrote into the chat are...
- Rename: /rename [new name]
- Private Message: /pm [user name] [your message]