Octamp Server is scalable Websocket Server for PHP using Redis Pub/Sub
- PHP >= 8.1
- OpenSwoole
- Redis Server
Run the server
php example/server.php
Run the receiver client
php example/receiverClient.php
Run the sender Client
php example/senderClient.php