reactive.md

July 15, 2021 · View on GitHub

Bookmarks tagged [reactive]

www.codever.land/bookmarks/t/reactive

Akka

https://akka.io

Toolkit and runtime for building concurrent, distributed, fault-tolerant and event-driven applications.


Reactive Streams

https://github.com/reactive-streams/reactive-streams-jvm

Provides a standard for asynchronous stream processing with non-blocking backpressure.


Reactor

https://projectreactor.io

Library for building reactive fast-data applications.


vert.x

http://vertx.io

Polyglot event-driven application framework.


Reactive Spring Security 5.1 by Example - YouTube

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


Reactor vs. RxJava

http://helmbold.de/artikel/reactor-vs-rxjava/

Was spricht für und gegen Reactor und RxJava?


Reactive Spring - Josh Long, Mark Heckler - YouTube

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


Project Reactor Home Page

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


Eclipse Vert.x homepage

https://vertx.io/

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


The Reactive Manifesto

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


GitHub - ReactiveX/RxJava: RxJava

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.


Reactive programming - Wikipedia

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