[Haskell] Haskell based web server?

Doaitse Swierstra doaitse at cs.uu.nl
Sun Nov 13 15:47:15 EST 2005


On:

http://www.cs.uu.nl/wiki/WebFunctions/

you may find some code that could get you started. It includes a  
small webserver based on Simon Marlow's design,

      Doaitse Swierstra


On 2005 nov 13, at 21:29, Tomasz Zielonka wrote:

> On Sat, Nov 12, 2005 at 01:10:03PM -0800, Gregory Woodhouse wrote:
>> I've been reading the article "Tackling the Awkward Squad" by Simon
>> Peyton Jones (and find it very readable and useful, BTW). I wonder if
>> the HTTP/1.1 server referred to in this article is available on the
>> web.
>
> I think you can get it from the fptools CVS repository. You will
> find instructions on the GHC site - http://www.haskell.org/ghc/.
>
> It's pretty old and because it uses non-standard extensions, you may
> have some problems with newer versions of GHC. If you do, try with
> hws-wp (http://www.mdstud.chalmers.se/~md9ms/hws-wp/).
>
>> If not, where else can I look for examples of TCP/IP based
>> server applications written in Haskell?
>
> HTTP client library written in Haskell:
>     http://www.haskell.org/http/
> A chat client written in Haskell:
>     http://repetae.net/john/computer/ginsu/
>
> Best regards
> Tomasz
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell



More information about the Haskell mailing list