Python server implementation of the JSON RPC 2.0 protocol. Asynchronous request handling is supported. WWW: https://github.com/palantir/python-jsonrpc-server PR: 244758 Submitted by: Goran Mekić <meka@tilda.center>
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
Python server implementation of the JSON RPC 2.0 protocol. Asynchronous request
|
|
handling is supported.
|
|
|
|
WWW: https://github.com/palantir/python-jsonrpc-server
|