Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neftedollar/fsharp-orleankka-scaffold
F# + Orleans Basic Sample(orleankka version) + Scaffold
https://github.com/neftedollar/fsharp-orleankka-scaffold
fsharp fsharp-orleans orleankka orleans orleans-scaffold
Last synced: 6 days ago
JSON representation
F# + Orleans Basic Sample(orleankka version) + Scaffold
- Host: GitHub
- URL: https://github.com/neftedollar/fsharp-orleankka-scaffold
- Owner: Neftedollar
- Created: 2019-05-19T20:31:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T21:30:59.000Z (over 5 years ago)
- Last Synced: 2024-11-30T19:34:35.932Z (2 months ago)
- Topics: fsharp, fsharp-orleans, orleankka, orleans, orleans-scaffold
- Language: F#
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F# Orleankka scaffold
Based on [Orleans Basic Tutorial](https://dotnet.github.io/orleans/Documentation/tutorials_and_samples/tutorial_1.html)
## How to run
```sh
dotnet build
cd Server
dotnet run
cd ../Client
dotnet run
```## Thnx
Thanks to @[yevhen](https://github.com/yevhen) for [fixes](https://github.com/Neftedollar/orleankkaFsharp-repro/pull/1)