Bookmarks tagged [reactive]
Toolkit and runtime for building concurrent, distributed, fault-tolerant and event-driven applications.
https://github.com/reactive-streams/reactive-streams-jvm
Provides a standard for asynchronous stream processing with non-blocking backpressure.
- tags: java, reactive
- source code
Library for building reactive fast-data applications.
Polyglot event-driven application framework.
https://www.youtube.com/watch?v=YcAufUtfm44
In this talk we will be taking an insecure, reactive application and gradually start applying Spring Security to it. Along the way we will discuss reactive programming, highlight the new features in S...
- 📆 published on: 2018-10-04
- tags: spring, spring-security, reactive
- source code
http://helmbold.de/artikel/reactor-vs-rxjava/
Was spricht für und gegen Reactor und RxJava?
https://www.youtube.com/watch?v=l7VBdWhtl7A
Spring Framework 5.0 is here! One of the most exciting introductions in this release is support for reactive programming, building on the Pivotal Reactor project to support message-driven, elastic, re...
- 📆 published on: 2017-12-14
- tags: spring-webflux, reactive, kotlin, redis, spring-cloud-gateway
- source code
Reactor is a fourth-generation Reactive library for building non-blocking applications on the JVM based on the [Reactive Streams Specification](https://github.com/reactive-streams/reactive-streams-jvm...
- tags: reactive, spring, jvm
- source code
Eclipse Vert.x is a tool-kit for building reactive applications on the JVM.
- tags: jvm, reactive
- source code
https://www.reactivemanifesto.org/
We believe that a coherent approach to systems architecture is needed, and we believe that all necessary aspects are already recognised individually: we want systems that are Responsive, Resilient, El...
- 📆 published on: 2014-09-16
- tags: reactive, reactive-programming
https://github.com/ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
- tags: java, reactive
- source code
https://en.wikipedia.org/wiki/Reactive_programming
In computing, reactive programming is an asynchronous programming paradigm oriented around data streams and the propagation of change. This means that it should be possible to express static (e.g. arr...
- tags: reactive