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-beta |
Author(s): | Ademar Gonzalez |
Last Update: | Friday, March 3, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://suave.io |
NuGet Url: | https://www.nuget.org/packages/Suave.LibUv |
Install
Install-Package Suave.LibUv
dotnet add package Suave.LibUv
paket add Suave.LibUv
Suave.LibUv Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 0.0.0)
- Suave(>= 2.6.0 && < 3.0.0)