mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
Add a few RPC server implementations
This commit is contained in:
parent
750d3e2a8e
commit
4b01654212
|
@ -595,6 +595,14 @@ long, literate-programming-style documentation generator.
|
|||
* [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.
|
||||
|
||||
## RPC Servers
|
||||
|
||||
*RPC-compatible servers*
|
||||
|
||||
* [SimpleXMLRPCServer](https://docs.python.org/2/library/simplexmlrpcserver.html) - (Python standard library) Simple XML-RPC server implementation, single-threaded.
|
||||
* [SimpleJSONRPCServer](https://github.com/joshmarshall/jsonrpclib/) - This library is an implementation of the JSON-RPC specification.
|
||||
* [zeroRPC](https://github.com/dotcloud/zerorpc-python) - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/).
|
||||
|
||||
## WSGI Servers
|
||||
|
||||
*WSGI-compatible web servers.*
|
||||
|
|
Loading…
Reference in New Issue
Block a user