[Haskell-cafe] Possibilities for website construction using
Haskell?
Don Stewart
dons at galois.com
Sun Jan 13 15:33:01 EST 2008
hughperkins:
> On Jan 13, 2008 8:13 PM, Derek Elkins <derek.a.elkins at gmail.com> wrote:
> > http://www.haskell.org/haskellwiki/Applications_and_libraries/Web_programming
>
> Good link. Lots of options apparently :-)
>
> > I'm sure you can figure it out from here, or at least come back with a
> > more specific question.
>
> Which ones are most widely used? HWS and Wash Server Pages sounds interesting?
>
> ... as does Haskell Server Pages ... and HASP... and ....
>
> Are there any popular websites using any of these technologies?
> Which technologies are most powerful? Which ones are easiest to use?
> Which ones are most stable?
The main tools I've seen real projects done in are:
* HAppS (see hpaste.org)
* fastcgi + xhtml + maybe some JSON (used for lots of things)
* cgi + xhtml
* WASH (see braintreehemp.com.au)
So it depends on what you're comfortable with.
-- Don
More information about the Haskell-Cafe
mailing list