From 57a9fed9c435092c1c926164d71d02599d9b1898 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 2 Jul 2014 10:27:09 +0800 Subject: [PATCH] add WebSocket section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 297db92e..39207d96 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler. * [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool. +## WebSocket + +*Libraries for woking with WebSocket.* + +* [AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). +* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. + ## Forms *Libraries for working with forms.* @@ -584,6 +591,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs. * [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services. * [dumbo](https://github.com/klbostee/dumbo) - Python module that allows one to easily write and run Hadoop programs. +* [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data. Integrates with [Apache Storm](https://storm.incubator.apache.org/). ## Third-party APIs