Go to file
Chris Boden 791ebaeb24 Replace evenement with callback interface
Use strict ContextInterface instead of event emitter
Keep message/frame within connection, not parser
Expect only 1 of specific WebSocket headers
Non-UTF-8 server tests passing :-)
2015-05-23 12:29:05 -04:00
src Replace evenement with callback interface 2015-05-23 12:29:05 -04:00
tests Replace evenement with callback interface 2015-05-23 12:29:05 -04:00
.gitignore Autobahn test script 2015-03-16 00:22:38 -04:00
composer.json Replace evenement with callback interface 2015-05-23 12:29:05 -04:00
LICENSE Refactor just RFC6455, Interfaces, Valication 2014-08-30 08:09:39 -04:00
README.md readme 2014-08-30 08:20:17 -04:00

RFC6455 - The WebSocket Protocol

This library is meant to be a protocol handler for the RFC6455 specification.


A rough roadmap

  • v0.1 is the initial split from Ratchet/v0.3.2 as-is. In this state it currently relies on some of Ratchet's interfaces.
  • v0.2 will be more framework agnostic and will not require any interfaces from Ratchet. A dependency on Guzzle (or hopefully PSR-7) may be required.
  • v0.3 will look into performance tuning. No more expected exceptions.
  • v0.4 extension support
  • v1.0 when all the bases are covered