kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

New "genericWebSocketServer" dealing with "hixie-76" et "hybi-10" IETF protocols #57

Closed Erika31 closed 12 years ago

Erika31 commented 13 years ago

"AsyncServer::onAcceptEvent" Created a new "genericWebSocketServer", able to deal with old (aka IETF hixie-76) and new (aka IETF hybi-10) websocket protocol, and being scalable with future protocol improvements Created the "ExampleGenericWebSocket" class as... ...an example ;-) Does not deal yet with BINARY frame type ;-(