A text, audio and video chat application built with webRTC and Ratchet (PHP WebSocket)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Amir Sanni 4da74fb1af Update dependencies 6 years ago
..
src Update dependencies 6 years ago
tests Update dependencies 6 years ago
.gitignore Ratchet Updated to Version 0.4 8 years ago
.travis.yml Update dependencies 6 years ago
LICENSE Ratchet Updated to Version 0.4 8 years ago
README.md Ratchet Updated to Version 0.4 8 years ago
composer.json Update dependencies 6 years ago
phpunit.xml.dist Ratchet Updated to Version 0.4 8 years ago

README.md

RFC6455 - The WebSocket Protocol

Build Status Autobahn Testsuite

This library a protocol handler for the RFC6455 specification. It contains components for both server and client side handshake and messaging protocol negotation.

Aspects that are left open to interpertation in the specification are also left open in this library. It is up to the implementation to determine how those interpertations are to be dealt with.

This library is independent, framework agnostic, and does not deal with any I/O. HTTP upgrade negotiation integration points are handled with PSR-7 interfaces.