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

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

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

1 个仓库

Awesome GitHub RepositoriesQuery Procedures

Read-only server-side operations for fetching data.

Distinguishing note: Focuses on read-heavy API operations.

Explore 1 awesome GitHub repository matching web development · Query Procedures. Refine with filters or upvote what's useful.

Awesome Query Procedures GitHub Repositories

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

    trpc/trpc

    40,348在 GitHub 上查看↗

    This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac

    Fetches data from the server using read-only operations that retrieve information without changing the underlying state.

    TypeScriptapinextnextjs
    在 GitHub 上查看↗40,348
  1. Home
  2. Web Development
  3. Query Procedures