Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.