
hughperkins:
On Jan 13, 2008 8:13 PM, Derek Elkins
wrote: http://www.haskell.org/haskellwiki/Applications_and_libraries/Web_programmin...
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