meow-mtl
Monix
Our great sponsors
meow-mtl | Monix | |
---|---|---|
1 | 5 | |
162 | 1,887 | |
- | 0.4% | |
0.0 | 6.4 | |
2 months ago | 10 days ago | |
Scala | Scala | |
MIT License | Apache License 2.0 |
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.
meow-mtl
-
Error handling for Cats Effect IO
Maybe meow-mtl?
Monix
-
Scala isn't fun anymore
The author is the creator of Monix and implemented the first version of cats-effect. He knows what he is doing.
-
How many of you are using Monix?
I haven't had the pleasure to use it personally, but will probably check it out once Monix switches to CE3. As far as I'm aware, this requires a major rewrite of the library: https://github.com/monix/monix/issues/1502
-
Alternative to RxJava/RxScala
Monix exposes Observable with similar API. It has a stronger FP influence but there are more similarities than differences.
The Observer is a bit different, it returns Future[Ack] for built-in back-pressure. We can Continue / Stop synchronously or asynchronously.
-
What languages have "implicit awaits" ?
cats-effect or monix or ZIO for Scala.
What are some alternatives?
ZIO - ZIO — A type-safe, composable library for async and concurrent programming in Scala
Scala.Rx - An experimental library for Functional Reactive Programming in Scala
RxScala - RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM
typed-actors - compile-time typechecked akka actors
Reactor-Scala-Extensions - A scala extension for Project Reactor's Flux and Mono
Reactive Collections - A concurrent reactive programming framework.
SynapseGrid - SynapseGrid is a framework for constructing dynamic low latency data flow systems.
scala.frp - Functional Reactive Programming for Scala
Iteratee - Iteratees for Cats
cats-effect-testing - Integration between cats-effect and test frameworks
REScala - REScala - distributed and reactive programming embedded in OO and FP programs.