Open APIs - streaming : which to use??

Hi all,

Looking for some opinions here!! When exposing a request/reply style interface, REST-over-HTTP is the defacto standard for applications, especially web and cloud apps. GraphQL and gRPC are gaining ground.

But if you wanted to expose an asynchronous / streaming service (e.g. to publish temperature updates, bus location updates, pricing updates, Twitter updates, etc.), what API or protocol(s) would you use? If you were to build something brand new to send data to (say) customers, what would you prefer to use, and why? If multiple answers, order of preference…?

Thank you! ?

Aaron

I was asked about GRPC today. Would be interested to hear any thoughts on the bridge async to sync

Regarding Asynch streaming, My view would be to use a vendor/technology agnostic open protocol - MQTT and AMQP for example