new WAPI+WUI proposal
meejah
meejah at meejah.ca
Sat Jul 2 21:39:49 UTC 2016
Brian Warner <warner at lothar.com> writes:
> * new WAPI, listening on a new local port (so a different HTTP origin)
> * this hosts a WebSocket at a path of "/v1"
> * the websocket accepts CBOR[2]-encoded requests, and returns CBOR
> responses
In a lot of ways, this sounds *very* similar to what e.g. Crossbar +
Autobahn provide (they also support CBOR as a serialization format,
alongside msgpack and JSON). Have you considered using this -- or
another "RPC + PubSub framework" that supports Python + JS? (e.g. AMPQ
or Cap'n'Proto are also similar in this regard, among others).
There's a (possibly a little outdated) comparison here:
http://wamp-proto.org/compared/
--
meejah
More information about the tahoe-dev
mailing list