Personal tools

Haskell Web Server

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Category:Applications, mohws)
Current revision (14:21, 26 January 2010) (edit) (undo)
(Darcs--Repository at code.haskell.org)
 
(One intermediate revision not shown.)
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/ .
+
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/
-
Another fork is [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws mohws].
+
* 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:Web]]
[[Category:Applications]]
[[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: