Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
Info
Version: | 2.7.0-beta1 |
Author(s): | Ademar Gonzalez |
Last Update: | Monday, July 3, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://suave.io |
NuGet Url: | https://www.nuget.org/packages/Suave.DotLiquid |
Install
Install-Package Suave.DotLiquid
dotnet add package Suave.DotLiquid
paket add Suave.DotLiquid
Suave.DotLiquid Download (Unzip the "nupkg" after downloading)
Dependencies
- DotLiquid(>= 0.0.0)
- FSharp.Core(>= 0.0.0)
- Suave(>= 2.6.0 && < 3.0.0)