Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plastbox/php-websocket-server
Simple reusable websocket-server class for php, supporting as many browsers as possible (hixie-76, hybi-00, and the current finished draft), as well as exchange of a flash policy file.
https://github.com/plastbox/php-websocket-server
Last synced: 3 months ago
JSON representation
Simple reusable websocket-server class for php, supporting as many browsers as possible (hixie-76, hybi-00, and the current finished draft), as well as exchange of a flash policy file.
- Host: GitHub
- URL: https://github.com/plastbox/php-websocket-server
- Owner: plastbox
- Created: 2012-08-13T11:28:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T11:30:47.000Z (about 9 years ago)
- Last Synced: 2023-03-27T09:03:00.043Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
php-websocket-server
====================Simple reusable websocket-server class for php, supporting as many browsers as possible (hixie-76, hybi-00, and the current finished draft), as well as exchange of a flash policy file.
Example of use can be found in example.php
Note: This is for server use only. For building a client that will work on >99% of all browsers, check out:
https://github.com/gimite/web-socket-js/php-websocket-server replies to requests for the flash policy file, making it compatible with web-socket-js for those pesky archaic browsers that don't support it yet.