Skip to content

Instantly share code, notes, and snippets.

@eqr
Created July 18, 2016 21:21
Show Gist options
  • Save eqr/b29c9dacb7607a38b168e06c84308585 to your computer and use it in GitHub Desktop.
Save eqr/b29c9dacb7607a38b168e06c84308585 to your computer and use it in GitHub Desktop.
#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