FHIR Chat · JSON Feed · implementers

Stream: implementers

Topic: JSON Feed


view this post on Zulip Grahame Grieve (May 17 2017 at 19:55):

Interested in opinions about this new work:https://jsonfeed.org/version/1

view this post on Zulip Abbie Watson (May 18 2017 at 16:39):

Yeah, that's like an RSS version of the DDP protocol we've been using for the past 4 or 5 years. DDP was actually a websocket version of pubsubhubbub, which was directly inspired by RSS.

It should work really well. It's only unidirectional compared to DDP though, so changes on the client won't get propagated back to the server unless an HTTP endpoint or RPC method is invoked. But that generally works out really well. JSON Feed out and HTTP call back actually makes for a very nice architecture, which is what many of our apps using DDP have drifted towards.

My $0.02 is that it would be an excellent library to support, be widely used, and very popular to work with.

view this post on Zulip Michael Lawley (May 23 2017 at 03:05):

"Brent Simmons" - nuff said, +1


Last updated: Apr 12 2022 at 19:14 UTC