{ "info": { "author": "Corbin Simpson", "author_email": "simpsoco@osuosl.org", "bugtrack_url": null, "classifiers": [], "description": "====\ntxWS\n====\n\ntxWS (pronounced \"Twisted WebSockets\") is a small, short, simple library for\nadding WebSockets server support to your favorite Twisted applications.\n\nUsage\n=====\n\nUse ``txws.WebSocketFactory`` to wrap your factories. That's it! Adding\nWebSockets support has never been easier.\n\n >>> from txws import WebSocketFactory\n >>> reactor.listenTCP(8080, WebSocketFactory(factory_to_wrap))\n\nThere is no extra trick to txWS. There is no special setup involved.\n\nDo you want secure WebSockets? Use ``listenSSL()`` instead of ``listenTCP()``.\n\nVersions\n========\n\ntxWS supports the following versions of the WebSockets draft:\n\n * Version 76\n\n * Hixie-76 (Chrome 6, Fx 4, Opera 11, **UNTESTED** Safari 5)\n * HyBi-00\n\n * Version 7\n\n * HyBi-07 (Fx 6)\n\n * Version 8\n\n * HyBi-08\n * HyBi-10 (Chrome 14, Chrome 15, Fx 7, Fx 8)\n\n * Version 13\n\n * RFC 6455 (Chrome 16)\n\nAll listed browser versions have been tested and verified working; any browser\nmarked \"UNTESTED\" hasn't been personally tested, but has been reported working\nby third parties.\n\nIn case you're wondering, the version numbers above are correct; WebSockets\nversioning is not sane.\n\nBrowser Quirks\n==============\n\nThis might save you some time when developing your WebSockets-based\napplication.\n\n * Firefox (all versions): WebSockets do not follow the standard WebSocket\n API.\n * Opera 11: WebSockets are disabled by default and are very slow to close\n connections.\n\nComparisons\n===========\n\nHere's how txWS compares to other Twisted WebSockets libraries.\n\ntxWebSockets\n------------\n\ntxWS, unlike txWebSockets, doesn't reuse any HTTP machinery and doesn't\npretend to be HTTP. Whether this is a good or bad thing depends largely on\nwhether the WebSockets standard ends up being a valid HTTP subset.\n\ntxWS supports newer WS versions 7 and 8, but txWebSockets supports the older\nversion 75. Both libraries support version 76.\n\nAutobahn\n--------\n\nAutobahn provides a client library for WebSockets as well as a server, and\nprovides a fancy set of messaging protocols on top of the WS layer. Autobahn\nalso provides support for WS version 10.\n\nHowever, Autobahn doesn't provide support for WS version 76, and requires\nclients to subclass their factories and protocols in order to provide WS\nfunctionality. txWS uses a compositional approach with wrapped protocols,\nallowing completely transparent reuse of existing protocols and factories.\n\nCyclone\n-------\n\nCyclone provides a simple WebSockets handler. This handler can do WS versions\n75 and 76. The Cyclone WebSockets handler is very limited, can only wrap other\nCyclone handlers, and doesn't support any of the more modern WebSockets\nversions.\n\nLicense\n=======\n\ntxWS is (c) 2011 Oregon State University Open Source Lab and is made available\nunder the MIT license.\n\nThanks\n======\n\nThank you to all of the contributors in the community who have chipped in to\nhelp keep txWS alive.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/MostAwesomeDude/txWS", "keywords": null, "license": "MIT/X11", "maintainer": null, "maintainer_email": null, "name": "txWS", "package_url": "https://pypi.org/project/txWS/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/txWS/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/MostAwesomeDude/txWS" }, "release_url": "https://pypi.org/project/txWS/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "Twisted WebSockets wrapper", "version": "0.9.1" }, "last_serial": 1090141, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "7b6f7a595a2af30463801f9a82a0c722", "sha256": "8437239b80bd8d9e7b718f84120190522c7a2c3a4c17a44436a4ceb4b0cd257e" }, "downloads": -1, "filename": "txWS-0.5.tar.gz", "has_sig": false, "md5_digest": "7b6f7a595a2af30463801f9a82a0c722", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5803, "upload_time": "2011-09-27T01:21:09", "url": "https://files.pythonhosted.org/packages/9b/b2/e48413260f7c9f2d750b7edae636bed429527d2bb7e494f6ac80d8a44706/txWS-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "b8d48035cef6d48d16eaa4d7a90e2d8c", "sha256": "277ef5765e44495c3914223295d40bc58f084c019a5977d8ba9d60348330be51" }, "downloads": -1, "filename": "txWS-0.6.tar.gz", "has_sig": false, "md5_digest": "b8d48035cef6d48d16eaa4d7a90e2d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6038, "upload_time": "2011-09-27T01:37:51", "url": "https://files.pythonhosted.org/packages/c6/1c/9cbada53da231f2355e0ce3a47cb2945fc8141a291f94c3504d6e295cbfe/txWS-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "ec0635ead35323a58d2a17154b4c86a4", "sha256": "47d0d22f09163e2b5b8fba318c0f4b0c43173e663d0afd4d540c502031b05e11" }, "downloads": -1, "filename": "txWS-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ec0635ead35323a58d2a17154b4c86a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6178, "upload_time": "2011-09-28T22:50:49", "url": "https://files.pythonhosted.org/packages/57/24/997db7ce7388f58fd4d2fa3c75f6382921c1c174eb2f7caeea5289dd0e6f/txWS-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "a653b00eb1cdaca0fb3209dae31e966d", "sha256": "b707c1a9de8b68b145686266ced337f3bc0061f2c173afaad019a9e95dbca1eb" }, "downloads": -1, "filename": "txWS-0.6.2.tar.gz", "has_sig": false, "md5_digest": "a653b00eb1cdaca0fb3209dae31e966d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7531, "upload_time": "2011-11-07T23:17:27", "url": "https://files.pythonhosted.org/packages/a4/e5/6645105dc57b7146b4be6d62c2a7ec7b10228842d4bf98e17f830d3256db/txWS-0.6.2.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e8f5fb03c189d83b47b21176c7574126", "sha256": "f4973bca20538104fcff0077e421d97be70e5e5a566e52e0b5bd8760dde8130e" }, "downloads": -1, "filename": "txWS-0.7.tar.gz", "has_sig": false, "md5_digest": "e8f5fb03c189d83b47b21176c7574126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8848, "upload_time": "2011-12-29T00:17:32", "url": "https://files.pythonhosted.org/packages/58/f6/d4a5ca71b8394317677fde2e85ece3a73113bb61a9b74e02a94b45cdce67/txWS-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "0663015b62528a94107b9b434755f887", "sha256": "884dc64f1ee3d1de5a513f782b3267c02dd669df75274f1ddad87f543122c9e8" }, "downloads": -1, "filename": "txWS-0.7.1.tar.gz", "has_sig": false, "md5_digest": "0663015b62528a94107b9b434755f887", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9223, "upload_time": "2012-07-26T01:14:44", "url": "https://files.pythonhosted.org/packages/d2/cf/33c703663e65eee7dbfd8724c1a34ae4692511767670876e73eda6519689/txWS-0.7.1.tar.gz" } ], "0.7.1.1": [ { "comment_text": "", "digests": { "md5": "f88b215c569d98d3666bbfcc306c4171", "sha256": "7c8dfe9bbdc57da282db6d95e9bd294be712bd7c2620871bb407b267985d598e" }, "downloads": -1, "filename": "txWS-0.7.1.1.tar.gz", "has_sig": false, "md5_digest": "f88b215c569d98d3666bbfcc306c4171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9684, "upload_time": "2013-10-12T16:25:11", "url": "https://files.pythonhosted.org/packages/71/89/9a058a193558fdce92917f5f1c3e813733df560c7a62664cba7598bf3daa/txWS-0.7.1.1.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "c5584da7c653a74f442c1b1e8bc636d9", "sha256": "ec525fd9981842efc556ae872258628c67d33776db02f3f4c406e6ded183635e" }, "downloads": -1, "filename": "txWS-0.8.tar.gz", "has_sig": false, "md5_digest": "c5584da7c653a74f442c1b1e8bc636d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10066, "upload_time": "2014-01-13T05:57:11", "url": "https://files.pythonhosted.org/packages/70/d6/004a201735e21e5cd8331e4bba57e83274decf0f3c738a4bb58640542207/txWS-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "b2c023774e89ed758225e2959e2ffa23", "sha256": "e531c7bc2bcf6f663390fd25ef23b3124d28ad14bf0ac3e931489cdfe090bbb5" }, "downloads": -1, "filename": "txWS-0.9.tar.gz", "has_sig": false, "md5_digest": "b2c023774e89ed758225e2959e2ffa23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9886, "upload_time": "2014-05-07T19:04:05", "url": "https://files.pythonhosted.org/packages/40/d1/6b73300f089da0555c73dfceed06b601aa9d5a88c6222bacc68c40ccbba8/txWS-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "d113910af0521ea62db8a0f3d7c63abb", "sha256": "cb93086095d04a5d70f53a75053f7df478ff37e972c3637fb55ca4a9e6b94679" }, "downloads": -1, "filename": "txWS-0.9.1.tar.gz", "has_sig": false, "md5_digest": "d113910af0521ea62db8a0f3d7c63abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9899, "upload_time": "2014-05-12T22:05:29", "url": "https://files.pythonhosted.org/packages/4f/ee/72101b853a7dc16e5bc8b784e253cdd016ba00ab9df31a4a1dec44cd0e1c/txWS-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d113910af0521ea62db8a0f3d7c63abb", "sha256": "cb93086095d04a5d70f53a75053f7df478ff37e972c3637fb55ca4a9e6b94679" }, "downloads": -1, "filename": "txWS-0.9.1.tar.gz", "has_sig": false, "md5_digest": "d113910af0521ea62db8a0f3d7c63abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9899, "upload_time": "2014-05-12T22:05:29", "url": "https://files.pythonhosted.org/packages/4f/ee/72101b853a7dc16e5bc8b784e253cdd016ba00ab9df31a4a1dec44cd0e1c/txWS-0.9.1.tar.gz" } ] }