Created
July 18, 2016 21:21
-
-
Save eqr/b29c9dacb7607a38b168e06c84308585 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r "packages/Suave/lib/net40/Suave.dll" | |
open Suave // always open suave | |
open Suave.Successful // for OK-result | |
open Suave.Web // for config | |
startWebServer defaultConfig (OK "Hello World!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment