https://github.com/boshurik/websocket
PHP WebSocket example
https://github.com/boshurik/websocket
php websocket
Last synced: over 1 year ago
JSON representation
PHP WebSocket example
- Host: GitHub
- URL: https://github.com/boshurik/websocket
- Owner: BoShurik
- Created: 2016-05-12T16:29:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T16:30:05.000Z (about 10 years ago)
- Last Synced: 2025-01-22T06:16:18.203Z (over 1 year ago)
- Topics: php, websocket
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### PHP WebSocket example
- `composer install`
- `php -S 127.0.0.1:8080 -t web`
- `php bin/server.php `
- `php bin/message.php `