diff --git a/README.md b/README.md index 0ed2968..562c4f7 100644 --- a/README.md +++ b/README.md @@ -70,135 +70,10 @@ These are not necessary for the basic operation. ### Implementations of websockify The primary implementation of websockify is in python. There are also -alternative implementations in the `other/` subdirectory. +alternative implementations in the `other/` subdirectory (and +elsewhere). See the alternate implementation [Feature +Matrix](https://github.com/kanaka/websockify/wiki/Implementations_Matrix). -Here is the feature support matrix for the the websockify -implementations: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Programwebsockifyother/websockifyother/websockify.jsother/websockify.rbother/kuminaVNCAuthProxy 1
LanguagepythonCNode (node.js)RubyCpython (twisted)
Multiprocyesyesyesnovia inetdyes
Daemonyesyesnonovia inetdyes
SSL wssyes 2yesnononoyes
Flash Policy Serveryesyesnonoyesno
Session Recordyesnonononono
Web Serveryesnonononono
Program Wrapyesnonononono
Multiple Targetsnonononoyesno
Hixie 75yesyesyesnonono
Hixie 76yesyesyesyesyesyes
IETF/HyBi (07+)yesnonoyesyesyes
- - -* Note 1: - [http://code.osuosl.org/projects/twisted-vncauthproxy](VNCAuthProxy) - is part of Ganeti Web Manger and is not included with websockify. - -* Note 2: to use SSL/wss with python 2.5 or older, see the following - section on *Building the Python ssl module*. - - -Protocol draft/specification links: - -* [Hixie 75](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-75) -* [Hixie 76](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) -* [IETF/HyBi 07](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07) -* [IETF/HyBi 10](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10) -* [IETF/HyBi 17](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-17) ### Wrap a Program