awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
reactor avatar

reactor/reactor

0
View on GitHub↗
3,688 stele·486 fork-uri·Apache-2.0·4 vizualizăriprojectreactor.io↗

Reactor

Reactor is a reactive streams library and framework for building asynchronous data pipelines. It provides a system for coordinating execution contexts via an asynchronous event-loop manager, alongside a set of reactive abstractions for implementing high-performance TCP, UDP, QUIC, and HTTP services.

The project includes a specialized testing tool for verifying the timing and order of asynchronous data flows and a bill of materials to synchronize compatible versions of core reactive libraries and networking add-ons.

Its capability surface covers non-blocking network services, demand-based backpressure handling, and functional pipeline composition. It provides operators for data transformation, error recovery, and stream windowing, as well as utilities for bridging legacy callback APIs and managing asynchronous object pooling.

The library includes specific extensions for the Kotlin language.

Features

  • Reactive Network Services - Implements high-performance TCP, UDP, QUIC, and HTTP servers and clients using reactive stream patterns.
  • Reactive Stream Libraries - Provides a comprehensive framework for building asynchronous data pipelines using composable operators and non-blocking backpressure.
  • Demand-Driven Backpressure - Implements the Reactive Streams specification where subscribers explicitly signal the number of elements they can process.
  • Reactive - Implements non-blocking communication for TCP, UDP, and QUIC protocols using reactive stream patterns.
  • TCP and UDP Socket Interfaces - Provides programming interfaces for managing both reliable TCP stream connections and connectionless UDP datagrams.
  • Stream Combinators - Provides operators for merging, concatenating, and zipping multiple asynchronous streams based on timing or order.
  • Asynchronous Value Representations - Provides asynchronous value representations for handling operations that emit exactly one item or an error.
  • Execution Context Decoupling - Decouples asynchronous task logic from their execution thread-pool through a scheduler registry.
  • Operator-Based Stream Composition - Builds asynchronous data processing chains by wrapping publishers in composable functional operators.
  • Asynchronous Event Loops - Manages non-blocking I/O operations through an event-driven execution model to coordinate concurrency.
  • Monadic Async Types - Represents asynchronous sequences and single values as distinct types that encapsulate completion and error signals.
  • Backpressure Management - Regulates data flow between producers and consumers to prevent resource exhaustion and system overload.
  • Compositional Stream Pipelines - Builds asynchronous data pipelines by composing reusable sources, pipes, and sinks.
  • Scheduler-Based Concurrency Models - Decouples observable logic from execution contexts, controlling timing and parallelism via pluggable schedulers.
  • Deferred Publisher Creation - Implements patterns to postpone the instantiation of a data publisher until a subscription is requested.
  • Reactive Error Recovery Strategies - Implements reactive error recovery strategies including fallbacks and retry policies with exponential backoff.
  • Execution Schedulers - Uses abstractions to decouple the timing and threading of event delivery from the main thread.
  • Compositional Streaming Pipelines - Implements compositional streaming pipelines that fuse producers, sinks, and conduits for asynchronous data processing.
  • Stream Transformation Operators - Ships functional operators to filter, map, flatten, or aggregate items within reactive data streams.
  • Reactive Sequence Filtering - Excludes data based on predicates or duplicates and restricts sequences using sampling and skipping.
  • Reactive Sequence Generation - Generates asynchronous event streams from constants, collections, ranges, or programmatic generators.
  • Reactive Value Emissions - Provides the core mechanism for producing sequences of zero to many elements ending with a success or error signal.
  • Reactive Stream Adaptation - Converts legacy callback APIs and various publisher types into a standardized reactive stream specification.
  • Reactive Endpoints - Creates reactive HTTP and WebSocket endpoints with integrated support for compression, logging, and tracing.
  • Context Propagation - Implements mechanisms for capturing and transferring request-scoped data across asynchronous execution boundaries.
  • Delayed Task Scheduling - Postpones the delivery of a value by a specific duration using a scheduler before completing the sequence.
  • Reactive Stream Buffers - Collects emissions into batches, enabling downstream consumers to control flow without dropping data.
  • Network Service Frameworks - Provides a foundational framework for building high-performance network clients and servers using various transport protocols.
  • WebSocket Connection Management - Establishes and manages live bidirectional WebSocket connections using reactive abstractions for real-time data exchange.
  • Asynchronous Metadata Propagation - Provides mechanisms for propagating telemetry and logging metadata across asynchronous boundaries in reactive pipelines.
  • Reactive API Bridging - Converts legacy callback and listener patterns into standardized reactive stream publishers.
  • Asynchronous Resource Management - Controls the lifecycle of network connections and execution threads to optimize system throughput.
  • Asynchronous-to-Synchronous Conversion - Includes mechanisms to block execution and extract asynchronous values as synchronous objects or iterables.
  • Stream Windowing - Segments continuous asynchronous data streams into smaller sub-sequences based on size, time, or predicates.
  • Multicast Stream Sharing - Shares a single asynchronous data source among multiple subscribers using hot or cold delivery strategies.
  • Event-Loop Resource Pooling - Optimizes network throughput by managing the lifecycle and pooling of non-blocking event loop threads.
  • Reactive Value Combinations - Combines multiple reactive values from different sources using combinator functions to create derived state.
  • Network Connection Lifecycles - Coordinates network connection lifecycles and resource cleanup to increase overall system throughput.
  • Resource Pool Management - Manages reusable collections of network resources and event-loop threads to optimize hardware utilization.
  • Sequence Buffering - Groups stream elements into collections based on size, time duration, or boundary signals.
  • Traversal Side Effects - Executes logging, tracing, or piping operations during sequence traversal without modifying the underlying data.
  • Stream Emission Timing Control - Regulates emission timing through delays, periodic ticks, and timeouts to manage production rates.
  • Reactive Stream Testing - Verifies the behavior, timing, and signal sequences of reactive publishers and subscribers using specialized tools.
  • Reactive Programming - Framework for building non-blocking applications on the JVM.

Istoric stele

Graficul istoricului de stele pentru reactor/reactorGraficul istoricului de stele pentru reactor/reactor

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Reactor

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Reactor.
  • reactor/reactor-coreAvatar reactor

    reactor/reactor-core

    5,224Vezi pe GitHub↗

    Reactor Core is a reactive programming toolkit and non-blocking foundation for composing asynchronous data pipelines on the JVM. It serves as an asynchronous stream processing framework and a backpressure management system, allowing developers to transform, filter, and combine sequences of events while regulating data flow between producers and consumers to prevent resource exhaustion. The library differentiates itself through a sophisticated concurrency scheduling system and demand-based flow control. It decouples signal processing from specific threads using a scheduler registry and provide

    Javaasynchronousflowflux
    Vezi pe GitHub↗5,224
  • reactivex/rxpyAvatar ReactiveX

    ReactiveX/RxPY

    5,014Vezi pe GitHub↗

    RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an asynchronous stream processor and event-driven coordination framework used to build data pipelines that react to changes in state or streams of events over time. The library provides a toolkit for composing asynchronous and event-based programs using observable sequences and operators. It distinguishes itself through the use of configurable schedulers to manage concurrency, timing, and subscription lifecycles. The project covers a wide range of stream processing capabilities, incl

    Python
    Vezi pe GitHub↗5,014
  • reactive-extensions/rxjsAvatar Reactive-Extensions

    Reactive-Extensions/RxJS

    19,353Vezi pe GitHub↗

    The Reactive Extensions for JavaScript

    JavaScript
    Vezi pe GitHub↗19,353
  • qihoo360/evppAvatar Qihoo360

    Qihoo360/evpp

    3,767Vezi pe GitHub↗

    evpp is a C++ network library and framework designed for building high-performance network services using TCP, UDP, and HTTP protocols. It provides an asynchronous event loop to manage nonblocking I/O operations and concurrent network connections across multiple threads. The framework includes specialized tools for asynchronous DNS resolution and a system for asynchronous task scheduling using a managed thread pool. It also features a nonblocking HTTP server and client with integrated connection pooling. The project covers low-level transport layer connectivity for TCP and UDP, as well as hi

    C++
    Vezi pe GitHub↗3,767
Vezi toate cele 30 alternative pentru Reactor→

Întrebări frecvente

Ce face reactor/reactor?

Reactor is a reactive streams library and framework for building asynchronous data pipelines. It provides a system for coordinating execution contexts via an asynchronous event-loop manager, alongside a set of reactive abstractions for implementing high-performance TCP, UDP, QUIC, and HTTP services.

Care sunt principalele funcționalități ale reactor/reactor?

Principalele funcționalități ale reactor/reactor sunt: Reactive Network Services, Reactive Stream Libraries, Demand-Driven Backpressure, Reactive, TCP and UDP Socket Interfaces, Stream Combinators, Asynchronous Value Representations, Execution Context Decoupling.

Care sunt câteva alternative open-source pentru reactor/reactor?

Alternativele open-source pentru reactor/reactor includ: reactor/reactor-core — Reactor Core is a reactive programming toolkit and non-blocking foundation for composing asynchronous data pipelines… reactivex/rxpy — RxPY is a functional reactive programming library and a ReactiveX observable library for Python. It serves as an… reactive-extensions/rxjs — The Reactive Extensions for JavaScript. qihoo360/evpp — evpp is a C++ network library and framework designed for building high-performance network services using TCP, UDP,… reactive-streams/reactive-streams-jvm — This project provides a formal specification and a set of standard Java interfaces for asynchronous stream processing.… yjhjstz/deep-into-node — This project is a technical study and analysis guide focused on the internal architecture of Node.js. It provides an…