octamp/server

Octamp Server

Maintainers

Details

github.com/octamp/server

Source

Issues

Installs: 21

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v1.3.2 2024-07-19 17:58 UTC

This package is auto-updated.

Last update: 2024-09-19 18:34:39 UTC


README

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