Orleans.Http icon indicating copy to clipboard operation
Orleans.Http copied to clipboard

Investigate Streaming

Open galvesribeiro opened this issue 4 years ago • 1 comments

Since we have HTTP access to grains, we should investigate if it is feasible to stream data directly from the grains to the http clients.

Use cases are:

  • Long running Http connections receiving streamed data (i.e. events, etc)
  • Blob streaming
  • Websockets

galvesribeiro avatar Oct 21 '19 16:10 galvesribeiro

Hello !

Since some time has passed, does anyone know how people are solving this use-case ? (expose streams)

Any new ideas on this ?

smiranda avatar Feb 06 '22 08:02 smiranda