Skip to content
Prev 7278 / 21312 Next

[Bioc-devel] BrowserViz and sub-protocols

Sounds like a good plan. It does seem like there is a trend away from type
formalism in application development. Everything is essentially JSON. Have
you checked out WAMP? It seems very similar to your solution; it might pay
off to stick with standards, even if it takes more up-front investment.
It's JSON-based, so it doesn't solve the high-level type problem. Very few
serialization formats do. Avro has a nice IDL, but that's out of the hadoop
world and would be foreign to the web. There is someting to be said for
simplicity, but the incurred technical debt can become burdensome.
On Mon, Apr 6, 2015 at 8:39 AM, Paul Shannon <pshannon at fredhutch.org> wrote: