Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sketch7/orleans-heroes
Microsoft Orleans sample app
https://github.com/sketch7/orleans-heroes
angular graphql hacktoberfest orleans sample signalr
Last synced: about 1 month ago
JSON representation
Microsoft Orleans sample app
- Host: GitHub
- URL: https://github.com/sketch7/orleans-heroes
- Owner: sketch7
- Created: 2018-02-20T19:07:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T14:48:30.000Z (over 1 year ago)
- Last Synced: 2024-11-07T04:39:45.856Z (2 months ago)
- Topics: angular, graphql, hacktoberfest, orleans, sample, signalr
- Language: C#
- Homepage:
- Size: 2.74 MB
- Stars: 65
- Watchers: 9
- Forks: 20
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Orleans Heroes Sample App
*This example project is still work in progress...*## Technologies
### Server
- .NET 7.0
- Microsoft Orleans 3.7.1
- SignalR
- [Microsoft Orleans SignalR Backplane by Sketch7 3.x](https://github.com/sketch7/SignalR.Orleans)
- GraphQL & GraphiQL### Client
- Angular 10.x
- TypeScript
- [Sketch7 - Signalr Client 3.x](https://github.com/sketch7/signalr-client)*Based on https://github.com/sketch7/angular-skeleton-app*
## Helpful links
- [Orleans 2: Silo and Client](Https://dotnet.github.io/orleans/Documentation/Getting-Started-With-Orleans/Running-the-Application.html)# Development
## Setup Redis locally
```bash
docker run -p 6379:6379 --name redis5-under-the-hood -d redis:5.0.6
```