srchea/php-push-web-socket
Composer 安装命令:
composer require srchea/php-push-web-socket
包简介
Lightweight PHP WebSocket server handling several clients.
README 文档
README
PHP Push WebSocket is an implementation of the WebSocket protocol following the specification of RFC 6455. It also includes a client side for examples.
Installation with Composer
To install the latest stable version: composer require "srchea/php-push-web-socket"
Usage
- run a server instance:
php websocket_server.php. - Open websocket_client.html in a browser over HTTP protocol.
Examples of use cases
- Instant messenger
- Push app notifications
- Shared applications like presentation (slides), collaborative text editors
- Data monitoring, and much more
Bottom line
Composer/Packagist: https://packagist.org/packages/srchea/php-push-web-socket
Feel free to contribute! :-)
统计信息
- 总下载量: 10.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 134
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPLv3
- 更新时间: 2015-05-14