reactive.md
July 15, 2021 · View on GitHub
Bookmarks tagged [reactive]
www.codever.land/bookmarks/t/reactive
Akka
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.
- tags: java, reactive
- :octocat: source code
Reactor
Library for building reactive fast-data applications.
vert.x
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-security, reactive
- :octocat: source code
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...
- :calendar: published on: 2017-12-14
- tags: spring-webflux, reactive, kotlin, redis, spring-cloud-gateway
- :octocat: source code
Project Reactor Home Page
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
- :octocat: source code
Eclipse Vert.x homepage
Eclipse Vert.x is a tool-kit for building reactive applications on the JVM.
- tags: jvm, reactive
- :octocat: source code
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...
- :calendar: published on: 2014-09-16
- tags: reactive, reactive-programming
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.
- tags: java, reactive
- :octocat: source code
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...
- tags: reactive