6 ms·
Yesod provides a ton of functionality related to the larger problem of building a website with Haskell, but we're only using Haskell for JSON services. All tho
by implicit 11y ago
Yesod provides a ton of functionality related to the larger problem of building a website with Haskell, but we're only using Haskell for JSON services.
All those extra bells and whistles are wasted on us. :)
- axman6 11y agoSounds like you need servant, i've found writing pretty minimal web services in it really nice.
- platz 11y agoor Airship https://blog.helium.com/helium/2015/04/01/helium-webmachine-airship.html https://blog.helium.com/helium/2015/04/01/helium-webmachine-... which uses the webmachine model. Very nice for for APIs.