https://github.com/neftedollar/fsharp-orleans-scaffold
F# + Orleans Basic Sample + Scaffold
https://github.com/neftedollar/fsharp-orleans-scaffold
fsharp fsharp-orleans fsharp-samples orleans orleans-example orleans-scaffold
Last synced: 5 months ago
JSON representation
F# + Orleans Basic Sample + Scaffold
- Host: GitHub
- URL: https://github.com/neftedollar/fsharp-orleans-scaffold
- Owner: Neftedollar
- Created: 2019-05-02T16:39:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T18:00:41.000Z (8 months ago)
- Last Synced: 2025-05-13T01:55:29.405Z (5 months ago)
- Topics: fsharp, fsharp-orleans, fsharp-samples, orleans, orleans-example, orleans-scaffold
- Language: F#
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F# Orleans scaffold
Based on [Orleans Basic Tutorial](https://dotnet.github.io/orleans/Documentation/tutorials_and_samples/tutorial_1.html)
## How to run
It's simple as
```sh
dotnet build
cd Server
dotnet run
cd ../Client
dotnet run
```