From 44a8b404f862e4c0020b6eebda5094415e41d254 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sat, 30 Aug 2014 08:20:17 -0400 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..95e8b4f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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