Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)