apiary-http-client
A http client for Apiary's ActionT monad stack. (by winterland1989)
yesod-persistent
A RESTful Haskell web framework built on WAI. (by yesodweb)
apiary-http-client | yesod-persistent | |
---|---|---|
- | 11 | |
6 | 2,667 | |
- | 0.2% | |
0.0 | 5.7 | |
over 7 years ago | about 1 month ago | |
Haskell | Haskell | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
apiary-http-client
Posts with mentions or reviews of apiary-http-client.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning apiary-http-client yet.
Tracking mentions began in Dec 2020.
yesod-persistent
Posts with mentions or reviews of yesod-persistent.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-18.
-
What Are the Best Haskell Libraries in 2025?
Website: Yesod Web Framework
- It's 2023, so of course I'm learning Common Lisp
-
so people are making these
I also looked into Snap (http://snapframework.com/) and Yesod (https://www.yesodweb.com/) for Haskell. I didn't really get anywhere with those though because I had build issues with dependencies and was in a bit of a hurry so I put them off for later.
-
[ANNOUNCE] GHC 9.4.1-alpha2 now available
If you have a yesod app and want to try this out, I've got a cabal.project that works for yesod and persistent: https://github.com/yesodweb/yesod/pull/1769
-
Should a noob consider learning Haskell for web back end?
It would be an unorthodox choice. If you're looking to use this personal site as a portfolio project, you'd probably be better off using something like Node (JS), Java, or Python which tend to be a bit more marketable. However, if you want to try learning Haskell, then building a personal site with it seems like a great way to dive in. If you want to learn a bit more, Yesod seems to be the most well-documented Haskell web framework
-
Does Haskell have a Laravel like framework ?
I believe yesod is the go-to all encompassing framework.
-
On a daily base in this sub
frameworks like yesod and IHP
-
Writing a Wiki-Server with Yesod
In this blog post I’m presenting an implementation of a Wiki System in the spirit of the legendary C2-Wiki - written in Haskell with the Yesod framework.
-
New blog post: Type-level sharing in Haskell, now
I'm wondering if this is related to this.
- The Importance of Humility in Software Development
What are some alternatives?
When comparing apiary-http-client and yesod-persistent you can also consider the following projects:
apiary - Simple and type safe web framework that can be automatically generate API documentation.
swagger-petstore - swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
scotty - Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
swagger2 - Swagger 2.0 data model.
postgrest - REST API for any Postgres database
yesod-auth-hashdb - Yesod.Auth.HashDB plugin, now moved out of main yesod-auth package