Mutiny
An Intuitive Event-Driven Reactive Programming Library for Java (by smallrye)
reactor-core
Non-Blocking Reactive Foundation for the JVM (by reactor)
Mutiny | reactor-core | |
---|---|---|
- | 24 | |
817 | 4,994 | |
0.4% | 0.6% | |
9.5 | 9.4 | |
3 days ago | 5 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
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.
Mutiny
Posts with mentions or reviews of Mutiny.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Mutiny yet.
Tracking mentions began in Dec 2020.
reactor-core
Posts with mentions or reviews of reactor-core.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-07.
-
Broadcom/Spring refuses merging pull requests from Russian developers
Direct link to relevant comment: https://github.com/reactor/reactor-core/pull/3897#issuecomme...
-
Is it wrong to use "try-catch" inside a reactive stream operator (project reactor)?
I was exploring reactive streams with project reactor and I encountered a use case where I needed to skip to the next event if an error occurred during the processing of the current event (e.g. deserialization issue).
-
Modern Async Primitives on iOS, Android, and the Web
Kotlin also has a construct for asynchronous collections/streams. Kotlin's version of AsyncSequence is called a Flow. Just as Swift's AsyncSequence builds upon prior experience with RxSwift and Combine, Kotlin's Flow APIs build upon earlier stream/collection APIs in the JVM ecosystem: Java's RxJava, Java8 Streams, Project Reactor, and Scala's Akka.
-
Alternatives to scala FP
Java's projectreactor.io ? It is widely used in Java world, see Spring WebFlux.
-
Hydroflow: Dataflow Runtime in Rust
I guess more a closer comparison would be with the Project Reactor https://projectreactor.io/ which is also a low level framework for data processing.
-
Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 1)
Spring Framework is one of the most popular choices for web applications. It comes with a great ecosystem, tooling, and support. Spring applications are mainly written in Java. While they can serve quite well in many different domains and use cases, they may not be a good fit for modern-day applications which require low-latency and high-throughput. This is where the reactive programming paradigm could help because the paradigm is designed to address these issues by its non-blocking nature. Spring already supports reactive programming via Project Reactor.
-
Brief Intro to Reactive Streams with Project Reactor
The reactive streams API provides the specification for non-blocking async streams processing with back pressure mechanism, and Project Reactor is an implementation written in java.
- Angular for Junior Developers: Promises vs Observables
-
How much of real world programming involves using containers and for loops?
https://projectreactor.io/ https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html https://rxjs.dev/ https://developer.android.com/kotlin/coroutines https://developer.apple.com/documentation/combine
What are some alternatives?
When comparing Mutiny and reactor-core you can also consider the following projects:
RxJava - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Reactor
RxKotlin - RxJava bindings for Kotlin
Reactive Streams - Reactive Streams Specification for the JVM
rsocket-java - Java implementation of RSocket
reactor-kotlin-extensions
vertx-jooq - A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
redux-kotlin - Predictable state container for Kotlin apps
aws-quarkus-demo - Quarkus example projects for Amazon ECS and Amazon EKS with AWS Fargate and AWS Lambda
kotlin-monads - Monads for Kotlin
Mutiny vs RxJava
reactor-core vs RxJava
Mutiny vs Reactor
reactor-core vs RxKotlin
Mutiny vs Reactive Streams
reactor-core vs Reactive Streams
Mutiny vs rsocket-java
reactor-core vs reactor-kotlin-extensions
Mutiny vs vertx-jooq
reactor-core vs redux-kotlin
Mutiny vs aws-quarkus-demo
reactor-core vs kotlin-monads