tornadorpc icon indicating copy to clipboard operation
tornadorpc copied to clipboard

Python libraries for XML/JSON RPC using the Tornado framework.

Results 12 tornadorpc issues
Sort by recently updated
recently updated
newest added

Bumps [tornado](https://github.com/tornadoweb/tornado) from 3.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...

dependencies

Currently I can use @async to make a xmlrpc server method asynchronous, but with tornado.gen and friends, I tried to make it so that I could use a @gen.coroutine instead....

avro is a data serialization system. which use in HDFS HBASE SPARK and so on. Can add a rpc with avro for tornado?

if use block module of python, tornadorpc is block ?

This is a very minor cosmetic change to enhance the readability of the README. However, my text editor seems to delete trailing spaces on save, so several lines are also...

hi! it would be great if this library could be ported to py3k

Documentation lakes with subj

When I wanted to add a decorator of Basic HTTP Authentication to a method of a class, `getcallargs` thrown an exception. ``` python File "/Users/admin/codes/rpc/tornadorpc/utils.py", line 26, in getcallargs args.pop(0)...

I don't want to start server directly, I need "application" variable to do with other lib, for example:gevent. I just don't want to modify its source, so could you update...

Is there an async client example for Tornado? The one in readme is blocking. Thanks.