Chaty is a simple real-time command line chat application built with reactPHP
- clone the project:
git clone https://github.com/AIGEOO/chaty.git
cd chaty
- Install dependencies:
composer install
- starting the server:
php chaty start
- create 2 clients or more:
php chaty client
- Notice: reactPHP does not support Windows so this tool will only work in Unix-like operating systems