1 repo
Frameworks and utilities for defining, organizing, and managing hierarchical API endpoint structures.
Distinguishing note: None of the candidates were provided; this category specifically addresses the architectural organization of API endpoints.
Explore 1 awesome GitHub repository matching web development · API Routers. Refine with filters or upvote what's useful.
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
Organize backend logic into modular structures that group related procedures together for easier maintenance and better code reuse across the application.