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 [email protected] 513.505.1236 On Sat, Dec 27, 2014 at 3:06 PM, Daniel Sank <[email protected]> wrote: > This looks promising. Thanks. > > On Sat, Dec 27, 2014 at 1:23 PM, Jens Sauer <[email protected]> wrote: > >> Hi Daniel, >> >> whats about node.js with http://uber.github.io/multitransport-jsonrpc/ >> >> Regards >> >> J.Sauer >> >> ------------------------------ >> *Von:* Daniel Sank <[email protected]> >> *An:* twisted-python <[email protected]> >> *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 >> [email protected] >> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> >> >> >> _______________________________________________ >> Twisted-Python mailing list >> [email protected] >> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> >> > > > -- > Daniel Sank > > > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > >
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
