Skip to content
/ server Public

Octamp Server is an scallable websocket created using PHP OpenSwoole

License

Notifications You must be signed in to change notification settings

octamp/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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