Orleans Heroes Sample App
November 28, 2025 ยท View on GitHub
This example project is still work in progress...
Technologies
Server
- .NET 10.0
- Microsoft Orleans 9.2.1
- SignalR
- Microsoft Orleans SignalR Backplane by Sketch7 8.x
- GraphQL & GraphiQL
Client
- Angular 10.x
- TypeScript
- Sketch7 - Signalr Client 3.x
Based on https://github.com/sketch7/angular-skeleton-app
Helpful links
Development
Setup Redis locally
docker run -p 6379:6379 --name redis5-under-the-hood -d redis:5.0.6