Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boshurik/websocket
PHP WebSocket example
https://github.com/boshurik/websocket
php websocket
Last synced: about 2 months ago
JSON representation
PHP WebSocket example
- Host: GitHub
- URL: https://github.com/boshurik/websocket
- Owner: BoShurik
- Created: 2016-05-12T16:29:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T16:30:05.000Z (over 8 years ago)
- Last Synced: 2024-10-12T23:11:08.969Z (3 months 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 `