Difference between revisions of "Haskell Web Server"
From HaskellWiki
(Added Category:Web) |
(Category:Applications, mohws) |
||
Line 1: | Line 1: | ||
− | |||
Haskell Web Server is a web server written in Haskell by Simon Marlow. | Haskell Web Server is a web server written in Haskell by Simon Marlow. | ||
Its home page is http://www.thenewsh.com/~hws/ and it is available through a [[darcs]] depository at http://darcs.haskell.org/hws/ . | Its home page is http://www.thenewsh.com/~hws/ and it is available through a [[darcs]] depository at http://darcs.haskell.org/hws/ . | ||
+ | |||
+ | Another fork is [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws mohws]. | ||
+ | |||
+ | [[Category:Web]] | ||
+ | [[Category:Applications]] |
Revision as of 18:56, 9 January 2009
Haskell Web Server is a web server written in Haskell by Simon Marlow.
Its home page is http://www.thenewsh.com/~hws/ and it is available through a darcs depository at http://darcs.haskell.org/hws/ .
Another fork is mohws.