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

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

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

1 个仓库

Awesome GitHub RepositoriesReflection-Based Object Models

Internal hierarchical object trees derived from schemas used to drive encoding and decoding.

Distinct from Schema-Driven Object Modeling: Focuses on the internal library model used for runtime processing, not database schema alignment.

Explore 1 awesome GitHub repository matching data & databases · Reflection-Based Object Models. Refine with filters or upvote what's useful.

Awesome Reflection-Based Object Models GitHub Repositories

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

    protobufjs/protobuf.js

    10,558在 GitHub 上查看↗

    protobuf.js is a JavaScript and TypeScript library for encoding and decoding structured data using the Protocol Buffers binary format. It functions as a dynamic parser that can load and process schemas at runtime, a JSON transcoder for converting messages to human-readable formats, and a framework for building transport-agnostic remote procedure call clients. The project distinguishes itself by offering both dynamic message handling and a static code generator that produces TypeScript declarations and JavaScript modules to reduce runtime overhead. It also provides a reflection API for definin

    Parses schema files into an internal tree of objects that drives runtime encoding and decoding.

    JavaScript
    在 GitHub 上查看↗10,558
  1. Home
  2. Data & Databases
  3. Object Data Modelers
  4. Schema-Driven Object Modeling
  5. Reflection-Based Object Models