An open API service indexing awesome lists of open source software.

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

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
```