Servant by construction – a blog series on Haskell's web stack gem
laurentrdc.xyz·4h·
Discuss: Hacker News
Flag this post

A large fraction of software engineers work in web development.

I also do some web development these days, exclusively on the backend. Backend software engineers, just like their frontend counterparts, have streamlined their work by packaging development utilities into frameworks. Even in the relatively small Haskell community, there are many web frameworks, ranging from quick-to-start (scotty) to fully-featured-and-opinionated (Yesod and IHP).

The Haskell community has historically been fertile ground for innovation; web development is no different. One framework in particular has pushed the boundary of what it means to write web applications: [Servant](https://www.servan…

Similar Posts

Loading similar posts...