rroycedev/php-websockets

PHP的Websocket实现

dev-master 2018-12-22 09:54 UTC

This package is auto-updated.

Last update: 2024-09-22 22:31:36 UTC


README

一个实现PHP websocket服务器的PHP项目

步骤

  1. 使用示例文件vhost.cnf添加虚拟主机

  2. 从Web服务器运行websocket服务器

    php /home/rroyce/websocket/src/server.php --host=10.218.155.47 --port=9000