A PHP chat server written in Ratchet using React PHP for non binding I/O.
- Clone this repo.
- If you're using ahoy then run
ahoy up
otherwise:
docker-compose up -d
- To view logs run
ahoy logs
or docker-compose logs
- Add channels in the form of routes.
- Add tests