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: | Online Example |
Project Url: | https://suave.io |
NuGet Url: | https://www.nuget.org/packages/Suave |
Install
Install-Package Suave
dotnet add package Suave
paket add Suave
Suave Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 0.0.0)