2 Repos
Libraries and patterns for building non-blocking, event-driven applications with high-throughput data streams.
Distinct from Cloud Native Application Development: Focuses on the reactive programming model (publishers/subscribers) rather than general cloud-native architecture.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Reactive Frameworks. Refine with filters or upvote what's useful.
Vert.x is a reactive polyglot framework and asynchronous programming library for the Java Virtual Machine. It functions as an event-driven networking framework and toolkit for building non-blocking applications. The system enables the development of high-concurrency network services and event-driven microservices. It supports the creation of reactive services using multiple languages running on the JVM. The framework covers a wide range of capabilities including the management of HTTP and TCP network protocols, non-blocking file system access, and the integration of reactive clients.
Supports a polyglot approach to building non-blocking, event-driven services using multiple JVM languages.
The AWS SDK for Java is a set of client libraries providing a programmatic interface for managing cloud resources and services through the Java language and JVM. It serves as a cloud service client library for executing synchronous and asynchronous API calls to infrastructure components. The library is distinguished by its use of non-blocking asynchronous I/O and a reactive cloud client model, utilizing publishers and subscribers to stream data and manage backpressure. It employs a modular design to decouple services and reduce binary size, while utilizing immutable builders for thread-safe c
Implements a reactive cloud client model using publishers and subscribers to manage high-volume data flows.