Ivan Enderlin
Ivan Enderlin
Ready for this one @shulard 😉?
All seems correct!
@Savageman You can create a pull request, copy the table of content and transform it as a progression list. It will help us to get an overview of the work!
cc @hoaproject/hoackers
Hello :-), Would it help to implement sub-protocols in WebSocket (https://github.com/hoaproject/Websocket/blob/10747c1e5fe1eadff8f9c53ef3614cc911a401cf/Protocol/Rfc6455.php#L117-L118)? If yes, it would be an elegant way to do that. I like the idea.
WebSocket defines the availibity of embedding protocols inside messages (I call them subprotocols). We can see them as extensions. An example: http://wamp.ws/. A protocol is a just a router +...
I don't know if it is even possible. Do you want to try?
Ok. It will require a lot of time so I am not sure to do that right now.
Having this example https://github.com/hoaproject/Iterator/blob/master/Test/Unit/Append.php helps?