Personal tools

Haskell Web Server

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Added Category:Web)
Current revision (14:21, 26 January 2010) (edit) (undo)
(Darcs--Repository at code.haskell.org)
 
(2 intermediate revisions not shown.)
Line 1: Line 1:
-
[[Category:Web]]
 
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/ .
+
While the development on HWS has stopped to our best knowledge, there are some active forks:
 +
* Björn Bringert cleaned it up and put it to http://darcs.haskell.org/hws/
 +
* Further development yield the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws Modular HWS] with repository at http://code.haskell.org/mohws/
 +
* Tim Newsham has created http://www.thenewsh.com/~hws/
 +
 
 +
[[Category:Web]]
 +
[[Category:Applications]]

Current revision

Haskell Web Server is a web server written in Haskell by Simon Marlow.

While the development on HWS has stopped to our best knowledge, there are some active forks: