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.
Working fully self-contained getting-started example for Suave Web Server
scripting
Note you don’t need to have anything installed before starting with this
script. Nothing but F# Interactive and this script.
This script fetches the Paket.exe component which is referenced later in the
script. Initially the #r “paket.exe” reference is shown as unresolved. Once it
has been downloaded by the user (by executing the first part of the script) the
reference shows as resolved and can be used.
Paket is then used to fetch a set of F# packages, which are then used later in
the script.