Skip to content

Latest commit

 

History

History
87 lines (74 loc) · 4.83 KB

reactive.md

File metadata and controls

87 lines (74 loc) · 4.83 KB

Bookmarks tagged [reactive]

https://akka.io

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.


https://projectreactor.io

Library for building reactive fast-data applications.


http://vertx.io

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...


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...


https://projectreactor.io/

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...


https://vertx.io/

Eclipse Vert.x is a tool-kit for building reactive applications on the JVM.


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...


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.


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...