Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 349 Bytes

Octamp Server

Octamp Server is scalable Websocket Server for PHP using Redis Pub/Sub

Requirements

  • PHP >= 8.1
  • OpenSwoole
  • Redis Server

Example

Run the server

php example/server.php

Run the receiver client

php example/receiverClient.php

Run the sender Client

php example/senderClient.php