[Twisted-Python] not terrible object oriented rpc system in js?

Clayton Daley clayton.daley at gmail.com
Sat Dec 27 17:43:32 MST 2014


Not sure which features of PB matter to you, but I just started playing
with Autobahn/Crossbar. It's

   - A JSON-based RPC (and/or pubsub) system,
   - With clients in many languages (JS, Python, C++, etc.), and
   - The ability to make cross-language RPC calls

Out of the box, object serialization is limited (likely to ensure
cross-platform compatibility), but the serializer is (purportedly)
pluggable.


Clayton Daley
clayton.daley at gmail.com
513.505.1236

On Sat, Dec 27, 2014 at 3:06 PM, Daniel Sank <sank.daniel at gmail.com> wrote:

> This looks promising. Thanks.
>
> On Sat, Dec 27, 2014 at 1:23 PM, Jens Sauer <sauer.jens at yahoo.de> wrote:
>
>> Hi Daniel,
>>
>> whats about node.js with http://uber.github.io/multitransport-jsonrpc/
>>
>> Regards
>>
>> J.Sauer
>>
>>   ------------------------------
>>  *Von:* Daniel Sank <sank.daniel at gmail.com>
>> *An:* twisted-python <twisted-python at twistedmatrix.com>
>> *Gesendet:* 16:30 Samstag, 27.Dezember 2014
>> *Betreff:* [Twisted-Python] not terrible object oriented rpc system in
>> js?
>>
>> Are you guys aware of anything which solves the same kind of problem as
>> t.s.pb but in js? I asked about this on the js stack exchange chat room and
>> the general response was that there's isn't anything. I figured y'all might
>> know more.
>>
>> --
>> Daniel Sank
>>
>>
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>>
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>>
>
>
> --
> Daniel Sank
>
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20141227/f30fda0e/attachment-0002.html>


More information about the Twisted-Python mailing list