Orleans.Http
Orleans.Http copied to clipboard
Investigate Streaming
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
Hello !
Since some time has passed, does anyone know how people are solving this use-case ? (expose streams)
Any new ideas on this ?