Looking for a web host that can handle Haskell

前端 未结 6 1134
借酒劲吻你
借酒劲吻你 2021-01-31 15:54

I\'m looking for a web host that will let me run a Haskell web application. VPS\'s seem attractive to me because you can run essentially anything you want. But some of the clo

6条回答
  •  半阙折子戏
    2021-01-31 16:49

    In theory all you need is CGI/FastCGI support. I've had some luck playing around with Happstack on a very basic Dreamhost account by following these instructions:

    While non-trivial to get running, this web experiment proves that it is at the very least possible to run Happstack applications on cheap hosting providers such as Dreamhost with little more than a shell account and CGI support.

    I've only tried this with toy applications, and don't know how it would scale.

提交回复
热议问题