I'm implementing web application in python using tornado web server with javascript client (using extjs). What is the best framework to implement rpc in such application?
During search I found tornadorpc library but I'm afraid it won't be useful because it's too old (last commit 2 years ago, and four mails in mailing list) and autobahn which needs Twisted (Twisted has slower websockets than Tornado, which is also important too me).
Any help? :)