simonhdickson / Fancy

F# wrapper around Nancy

Home Page:http://simonhdickson.github.io/Fancy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fancy

Mono build status Windows Build status

The idea behind Fancy to provide a statically typed wrapper around Nancy, so that you can leverage both all the features of Nancy and use it in an F# way.

Install

Install-Package Fanciful -Pre

type ExampleModule() as this = 
    inherit NancyModule()
    do fancy this {
        get "/" (fun () -> fancyAsync { return "Hello World!" } )
    }

Check this blog post or the documentation for more information

About

F# wrapper around Nancy

http://simonhdickson.github.io/Fancy/

License:MIT License


Languages

Language:F# 96.4%Language:Shell 3.6%