mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 20:41:08 +00:00
Merge pull request #161 from jhautefeuille/master
Change Crossbar from websocket to networking category according to author
This commit is contained in:
commit
21f303d3c4
|
@ -612,6 +612,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support.
|
* [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support.
|
||||||
* [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library.
|
* [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library.
|
||||||
* [txZMQ](https://github.com/smira/txZMQ) - Twisted based wrapper for the 0MQ message library.
|
* [txZMQ](https://github.com/smira/txZMQ) - Twisted based wrapper for the 0MQ message library.
|
||||||
|
* [Crossbar](http://crossbar.io) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
|
||||||
|
|
||||||
## WebSocket
|
## WebSocket
|
||||||
|
|
||||||
|
@ -619,7 +620,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
* [AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
|
* [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.
|
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy.
|
||||||
* [Crossbar](http://crossbar.io) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
|
|
||||||
|
|
||||||
## WSGI Servers
|
## WSGI Servers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user