Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-reactive-streams
https://github.com/vert-x3/vertx-reactive-streams
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-reactive-streams
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-12-03T10:59:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T16:40:34.000Z (4 months ago)
- Last Synced: 2024-07-16T20:36:27.518Z (4 months ago)
- Language: Java
- Size: 310 KB
- Stars: 48
- Watchers: 24
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Reactive Streams - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Reactive Streams. (Reactive)
README
= Reactive Streams for Vert.x
image:https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-5.x.yml"]
image:https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-4.x.yml"]"link:http://www.reactive-streams.org/[Reactive Streams] is an initiative to provide a standard for asynchronous stream
processing with non-blocking back pressure on the JVM."Please see the main documentation on the web-site for a full description:
* https://vertx.io/docs/vertx-reactive-streams/java/[Web-site documentation]