Forum

Example of Haskell web application?

Chuong
30 November 2015, 07:07
Hi,

Can anyone give me an example of Haskell web application to get started with Hiawatha?

David Oliver
30 November 2015, 14:09
Do you mean a web app idea/example itself or the Hiawatha configuration to run a Haskell app (which I think could be done with either FastCGI or a reverse proxy)?

As an aside, I read some of Learn You a Haskell for Great Good! [learnyouahaskell.com] and started to work on a simple utility to pull down an ad server list and export to a Bind zones file the other week. I'm a novice programmer anyway, so trying functional programming in Haskell is proving... interesting.
Chuong
1 December 2015, 10:36
Hi David,

I meant a web app idea/example. There are some examples on the internet, but I could not make them work with Hiawatha.

By the way, I am a novice programmer too.
David Oliver
1 December 2015, 15:52
Ah. What exactly happened when you tried them with Hiawatha?
Chuong
1 December 2015, 19:18
I run some FastCGI server to print out a "Hello world!". When I browse its Url, I got "404 - Not Found".

I think I need some example of Haskell FastCGI server that wires to Hiawatha.
This topic has been closed.