Skip to content

Simple well-typed Haskell webserver and routing framework

License

Notifications You must be signed in to change notification settings

PLSysSec/frankie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Frankie is a simple Web server and routing framework. The server lets your run your app in your custom monad, not just IO. The framework is configuration-driven and ensure that controllers are well-typed (vs. frameworks like Sinatra where you'd have to parse URL query parameters).

Below is a simple illustrative example (at least until this README is actually written).

There are two (very simple) example apps, which can be built & run with

$ stack build --flag frankie:build-examples
$ stack exec example-hello-world     # Located at examples/HelloWorld.hs
$ stack exec example-hello-frankie   # Located at examples/HelloFrankie.hs

About

Simple well-typed Haskell webserver and routing framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published