Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 792 Bytes

File metadata and controls

25 lines (15 loc) · 792 Bytes

Resources

This file contains resources that has been used to learn the different technologies used.

Orleans

https://dotnet.github.io/orleans/docs/index.html https://dotnet.github.io/orleans/docs/streaming/stream_providers.html https://medium.com/@MaartenSikkema/using-dotnet-core-orleans-redux-and-websockets-to-build-a-scalable-realtime-back-end-cd0b65ec6b4d

Testing

https://github.com/OrleansContrib/OrleansTestKit

Streaming

Issue talking about how to implement a provider dotnet/orleans#2548

Issue talking about the implementation of recoverable persistent stream provider dotnet/orleans#1096

Issue that talks about subscriptions and resuming in transactional grains: dotnet/orleans#6115