awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesUtility and Integration Libraries

General purpose libraries for data handling, security, and reactive programming.

Explore 3 awesome GitHub repositories matching part of an awesome list · Utility and Integration Libraries. Refine with filters or upvote what's useful.

Awesome Utility and Integration Libraries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • reactivex/rxjavaReactiveX 的头像

    ReactiveX/RxJava

    48,237在 GitHub 上查看↗

    RxJava is a reactive stream processing framework and JVM reactive extensions library. It serves as an asynchronous dataflow orchestrator used to compose event-based programs by transforming, combining, and consuming real-time data flows on the Java Virtual Machine. The project distinguishes itself through integrated backpressure flow control, which manages the emission rate between producers and consumers to prevent memory exhaustion. It further provides mechanisms for concurrent thread management and parallel data processing to offload blocking operations and maintain application responsiven

    Library for composing asynchronous and event-based programs.

    Javaflowjavareactive-streams
    在 GitHub 上查看↗48,237
  • google/gsongoogle 的头像

    google/gson

    24,357在 GitHub 上查看↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Library for converting Java objects to JSON and vice versa.

    Java
    在 GitHub 上查看↗24,357
  • jwtk/jjwtjwtk 的头像

    jwtk/jjwt

    11,085在 GitHub 上查看↗

    This is a Java library and framework for creating, parsing, and validating JSON Web Tokens within Java and Android applications. It provides a comprehensive toolkit for handling signed and encrypted tokens, including the generation and verification of JWS and JWE objects. The project differentiates itself through a flexible architecture that supports pluggable JSON serialization and custom signature algorithms. It includes a dedicated key manager for generating, encoding, and organizing JSON Web Keys and key sets, as well as support for hardware security module integration. The library cover

    Library for creating and verifying JSON Web Tokens.

    Java
    在 GitHub 上查看↗11,085
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Utility and Integration Libraries