awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
typelevel avatar

typelevel/fs2

0
View on GitHub↗
2,447 estrellas·630 forks·Scala·2 vistasfs2.io↗

Fs2

Compositional, streaming I/O library for Scala

Features

  • Functional Reactive Programming - Compositional streaming I/O library.

Historial de estrellas

Gráfico del historial de estrellas de typelevel/fs2Gráfico del historial de estrellas de typelevel/fs2

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Fs2

Proyectos open-source similares, clasificados según cuántas características comparten con Fs2.
  • reactive-extensions/rx.netAvatar de Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153Ver en GitHub↗

    Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron

    C#
    Ver en GitHub↗7,153
  • reactivecocoa/reactivecocoaAvatar de ReactiveCocoa

    ReactiveCocoa/ReactiveCocoa

    19,835Ver en GitHub↗

    ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el

    Swift
    Ver en GitHub↗19,835
  • reactive-extensions/rxjsAvatar de Reactive-Extensions

    Reactive-Extensions/RxJS

    19,353Ver en GitHub↗

    The Reactive Extensions for JavaScript

    JavaScript
    Ver en GitHub↗19,353
  • reactivex/rxkotlinAvatar de ReactiveX

    ReactiveX/RxKotlin

    7,041Ver en GitHub↗

    RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro

    Kotlinkotlinrxjava
    Ver en GitHub↗7,041
Ver las 10 alternativas a Fs2→

Preguntas frecuentes

¿Qué hace typelevel/fs2?

Compositional, streaming I/O library for Scala

¿Cuáles son las características principales de typelevel/fs2?

Las características principales de typelevel/fs2 son: Functional Reactive Programming.

¿Qué alternativas de código abierto existen para typelevel/fs2?

Las alternativas de código abierto para typelevel/fs2 incluyen: reactive-extensions/rx.net — Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and… reactivecocoa/reactivecocoa — ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for… reactivex/rxkotlin — RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions… reactive-extensions/rxjs — The Reactive Extensions for JavaScript. ios-swift-developers/swift — This repository serves as a comprehensive educational resource for developers building applications within the Apple… monix/monix — Asynchronous, Reactive Programming for Scala and Scala.js.