octamp/server

Octamp Server

Maintainers

Details

github.com/octamp/server

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v1.2.0 2024-04-28 05:58 UTC

This package is auto-updated.

Last update: 2024-04-28 06:00:51 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