conduit-combinators
wai-conduit
conduit-combinators | wai-conduit | |
---|---|---|
- | 10 | |
154 | 834 | |
- | 0.0% | |
6.4 | 9.1 | |
6 days ago | 12 days ago | |
Haskell | Haskell | |
MIT License | MIT License |
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.
conduit-combinators
We haven't tracked posts mentioning conduit-combinators yet.
Tracking mentions began in Dec 2020.
wai-conduit
-
Crypton is forked from cryptonite with the original authors permission
found some context https://github.com/yesodweb/wai/pull/931
-
Rust's Poor Composability
Yes. Not because of the developer, but because of how extremely flexible and dynamic the Lisp-family languages are. The power and joy of Lisp is in how it's almost a meta-language, so every project can become its own EDSL. The most famous (infamous?) example of this is Vacietis[2], which is a Common Lisp library that allows C code to be imported directly(!!).
[0] IIRC the Yesod framework's Warp does well on benchmarks, and when you look at code like https://github.com/yesodweb/wai/blob/master/warp/Network/Wai... you can see the lengths they had to go through to work around the choice of implementation language.
[1] Go has a garbage collector, but exposes the stack/heap distinction more directly than Haskell, so it's easier to write allocation-free code in hot paths.
[2] https://github.com/vsedach/Vacietis
-
I replaced all our blog thumbnails using DALL·E 2 for $45: here’s what I learned
My $3/mo vultr box can handle HN loads easily when using a fast backend (I've settled on https://github.com/yesodweb/wai based apps - the only thing that has worked well for me so far).
-
[ANNOUNCE] GHC 9.2.2 is now available!
What kind of metrics do you derive "ton of stuff" from? It seems like the largest blocker is Cryptonite. It's unreasonable to let a handful of packages keep back Nightly. You can now run Warp without it. How does your list of essential blockers for 9.2 look like?
- List of upcoming breaking changes
- After a decade, warp finally replaced a lookup table with x - 48
-
simple backend like express or oak in js world
No, Wai is the common abstraction, sort of like connect. Warp is one (only AFAIK) server implementation of it. Both Wai and Warp are developed along side with Yesod, you can find their source code here https://github.com/yesodweb/wai
-
Beginner friendly Haskell Open Source projects?
WAI
What are some alternatives?
tar-conduit - Conduit based tar extraction mechanism
attoparsec-conduit - A streaming data library
crypto-conduit - Conduit interface for cryptographic operations (from crypto-api).
shell-conduit - Write shell scripts with Conduit
cryptonite-conduit - conduit bridge for cryptonite
recursion-schemes - Generalized bananas, lenses and barbed wire
hreq-conduit - A type dependent highlevel HTTP client library inspired by servant-client.
classy-parallel - A fork of monad-parallel using monad-control.
servant - Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
these - An either-or-both data type, with corresponding hybrid error/writer monad transformer.