|
|
|
|
|
by WorldMaker
1046 days ago
|
|
Giraffe is another interesting one to explore: https://giraffe.wiki/ Giraffe is nice because it is itself built "just" as ASP.NET Core Middleware so it plays a bit more nicely than Suave with a mixed stack of C#-defined Middleware. It's more likely you accidentally fall back into just translating C# patterns to non-idiomatic F# with Giraffe, but it's also nicer when in that case of needing to live in both worlds and use a mixture of libraries built for C# ASP.NET projects. |
|