Re: [Twisted-Python] txjsonrpc
Hi. FWIW I had a project that used JSONRPC and decided to use v2 so I wrote https://github.com/Julian/txjsonrpc-tcp (Which I couldn't think up a less ambiguous name for at the time unfortunately) My requirements were kinda simple and Twisted had evolved a bit since when oubiwann wrote txjsonrpc so it's written a bit hastily from scratch. The project was ultimately abandoned for now, so it's kind of in an unpolished state to say the least, but last I recall it does work, certainly if you just want to use it as a springboard. Julian
Thanks Julian, I actually have a similar project ( https://github.com/mgwilliams/txJsonRpc-Netstrings), but would prefer to use the "mainstream" project. At the moment I'm working out whether that's possible for our needs. Matthew On Fri, Feb 1, 2013 at 12:14 PM, Julian Berman <julian@grayvines.com> wrote:
Hi. FWIW I had a project that used JSONRPC and decided to use v2 so I wrote https://github.com/Julian/txjsonrpc-tcp
(Which I couldn't think up a less ambiguous name for at the time unfortunately)
My requirements were kinda simple and Twisted had evolved a bit since when oubiwann wrote txjsonrpc so it's written a bit hastily from scratch. The project was ultimately abandoned for now, so it's kind of in an unpolished state to say the least, but last I recall it does work, certainly if you just want to use it as a springboard.
Julian
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (2)
-
Julian Berman -
Matthew Williams