Skip to content

An FSharp wrapper around https://github.com/NancyFx/Nancy. It the quickest way to get up and running with Fsharp and the Razor templating engine.

Notifications You must be signed in to change notification settings

luv2code/FunctionalNancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funtional Nancy

This project is a wrapper around the .net based Nancy micro web server.
Nancy is modelled after the Sinatra web server for ruby.

I wrote this to experiment with making a single page web app with an FSharp backend.

To get started, just open controller.fs and start hacking.
I've included some basic operations.

You could also reference this dll in a different project and use the NancyExt to make creating Nancy Modules just a little bit easier.

About

An FSharp wrapper around https://github.com/NancyFx/Nancy. It the quickest way to get up and running with Fsharp and the Razor templating engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages