
Hi, What is the fastest way to set up a web server that can redirect requests to a haskell application and serve results returned by it? I need to demonstrate a simple visualization tool I have written for analytic tableaux on Monday and need something easy and simple. Best Regards, Cetin Sert

cetin.sert:
Hi,
What is the fastest way to set up a web server that can redirect requests to a haskell application and serve results returned by it?
I need to demonstrate a simple visualization tool I have written for analytic tableaux on Monday and need something easy and simple.
apache and cgi? -- Don

A great step by step introduction: http://mult.ifario.us/p/wiring-haskell-into-a-fastcgi-web-server On Apr 25, 2008, at 7:28 AM, Cetin Sert wrote:
Hi,
What is the fastest way to set up a web server that can redirect requests to a haskell application and serve results returned by it?
I need to demonstrate a simple visualization tool I have written for analytic tableaux on Monday and need something easy and simple.
Best Regards, Cetin Sert _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Adam Smyczek
-
Cetin Sert
-
Don Stewart