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. The better way for you to learn about Suave is for you to build Suave. In this interactive, hands-on tutorial, you will discover the development of a minimal version of the Suave library.
You will learn:
Functional-First Programming with F#
Suave library from the ground up
Implementing bigger things by combining smaller functions
How to learn by synthesis, a powerful learning technique