Hackage: Ketchup: A super small web framework for those who don't like big and fancy codebases

Home Search Browse What's new Upload User accounts Ketchup: A super small web framework for those who don't like big and fancy codebases [ Tags : library , mit ] Ketchup is a very small HTTP server implementation, currently under 300 LoC total! Ketchup is also made to be as modular and embeddable as possible, if you want a cabal-free Haskell app, just take those two/three files you need and put it in your project! Currently Ketchup comes with: Basic httpd functionality (IPV4 only for now) Regexp routing with parameters (ie. ` user :name/(.*)`) Static file handler (ie. `static "."` as route/handler) Most of the project is dependency-free and only uses stuff included in Prelude, with the exception of Ketchup.Static who uses the mime-types package from Hackage, which is a single separately downloadable file. No changelog available Versions 0.1.0 , 0.1.1 , 0.1.2 , 0.2.0 , 0.2.1 , 0.2.2 , 0...

Linked on 2014-06-29 01:50:12 | Similar Links