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.Experimental |
Install
Install-Package Suave.Experimental
dotnet add package Suave.Experimental
paket add Suave.Experimental
Suave.Experimental Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 0.0.0)
- Suave(>= 2.6.0 && < 3.0.0)