Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

simonhdickson/Fancy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published