https://github.com/bbqsrc/txjsonrpc
https://github.com/bbqsrc/txjsonrpc
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqsrc/txjsonrpc
- Owner: bbqsrc
- License: mit
- Created: 2011-08-16T06:30:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-16T12:06:44.000Z (over 14 years ago)
- Last Synced: 2024-12-31T21:11:56.326Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 504 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
txJSON-RPC
==========
Introduction
------------
txJSON-RPC allows you to create async Python JSON-RPC servers and clients
either over HTTP or directly on TCP with the Netstring protocol. txJSON-RPC is
written in Twisted.
Features
--------
* Asynchronous JSON-RPC server and client code.
* Support for HTTP and TCP (Netstring) JSON-RPC.
* A jsonrpclib similar to the one for XML-RPC offered by the Python standard
library.