Re: [Twisted-Python] Twisted WebSockets Branch

2014-08-24 Thread Tobias Oberstein
Hi Rob, if your main concern is robust WebSocket on Twisted, why not use Autobahn (https://pypi.python.org/pypi/autobahn) ? Autobahn supports wrapping arbitrary stream-based protocols on top of WebSocket, with full support for advanced features like WebSocket compression and auto-fragmentation

Re: [Twisted-Python] Twisted WebSockets Branch

2014-08-23 Thread Itamar Turner-Trauring
On 2014-08-21 22:24, Rob Oakes wrote: > a. Which of the two websocket branches should be used as the basis for new > work? > > On GitHub, websocket-4173-4 is marked as closed with a note telling the > contributor to see the contribution guidelines. There are also several > additions to th