New top story on Hacker News: Show HN: A web framework aimed at building custom Haskell handlers for Nginx

Show HN: A web framework aimed at building custom Haskell handlers for Nginx
3 by lyokha | 0 comments on Hacker News.
This is rather a mature project. It began out of curiosity: I wanted to test if Haskell FFI was powerful and expressive enough to interconnect C and Haskell code flawlessly. Particularly, if C strings generated inside Nginx can be shared within Haskell code and what must be done to respect their lifetimes etc. Recently, I released version 3.2.0 with revamped README (with a lot of examples) and a new approach to building Haskell handlers using the modernized cabal v2-build for dependencies.

No comments:

Post a Comment