Looking for a web host that can handle Haskell

前端 未结 6 1128
借酒劲吻你
借酒劲吻你 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:32

    If you just want very simple hosting with CGI, NearlyFreeSpeech.net supports Haskell and some other less common languages. I personally also like their overall nonsense-free approach and sensible pricing model (pre-pay metered charges, instead of the usual model of a fixed monthly charge, oversold server capacity, and absurd overage fees).

    There are a few caveats however, mainly that they don't permit standalone servers or persistent daemons, only things invoked via CGI from Apache. This might be a problem for some Haskell web app frameworks.

提交回复
热议问题