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
·

8 repositorios

Awesome GitHub RepositoriesServer-Side Endpoints

Mechanisms for defining HTTP endpoints directly within application code.

Distinguishing note: Focuses on procedural macro-based endpoint definition.

Explore 8 awesome GitHub repositories matching web development · Server-Side Endpoints. Refine with filters or upvote what's useful.

Awesome Server-Side Endpoints GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dioxuslabs/dioxusAvatar de DioxusLabs

    DioxusLabs/dioxus

    36,400Ver en GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Creates server-side HTTP endpoints using procedural macros on asynchronous functions.

    Rustandroidcssdesktop
    Ver en GitHub↗36,400
  • tanstack/tableAvatar de TanStack

    TanStack/table

    28,119Ver en GitHub↗

    TanStack Table is a headless, framework-agnostic engine designed for building complex data grids and managing tabular state. By decoupling data processing logic from the visual rendering layer, it allows developers to implement custom user interfaces while offloading sophisticated operations like sorting, filtering, grouping, and pagination to a unified, performant core. The library distinguishes itself through its commitment to type safety and environment flexibility. It leverages strict type definitions to ensure data integrity across the entire application and utilizes an adapter pattern t

    Allows definition of server-side functions and endpoints that integrate directly with frontend data logic.

    TypeScriptdatagriddatagridsdatatable
    Ver en GitHub↗28,119
  • tanstack/routerAvatar de TanStack

    TanStack/router

    14,681Ver en GitHub↗

    TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search parameters, and data loaders across the entire application stack. It functions as a comprehensive framework for server-side rendering, enabling the generation of complete HTML pages to improve initial load performance and search engine optimization. By integrating declarative data fetching, the library manages asynchronous information at the route level, supporting preloading, caching, and parallel request execution to ensure data is ready before components render. The project

    Builds backend routes and data processing logic directly within the project to handle server-side requests alongside frontend interfaces.

    TypeScriptframeworkfullstackjavascript
    Ver en GitHub↗14,681
  • tanstack/virtualAvatar de TanStack

    TanStack/virtual

    6,971Ver en GitHub↗

    Ships a mechanism for defining server-side API routes alongside frontend code with type-safe communication.

    TypeScriptjavascriptperformancereact
    Ver en GitHub↗6,971
  • tanstack/formAvatar de TanStack

    TanStack/form

    6,584Ver en GitHub↗

    TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only

    Creates server-side routes and API endpoints that run alongside the frontend application code.

    TypeScriptangularformforms
    Ver en GitHub↗6,584
  • wakujs/wakuAvatar de wakujs

    wakujs/waku

    6,330Ver en GitHub↗

    Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir

    Defines server-side endpoints that handle HTTP requests and return JSON or other responses without a client-side component.

    TypeScript
    Ver en GitHub↗6,330
  • mervinpraison/praisonaiAvatar de MervinPraison

    MervinPraison/PraisonAI

    5,592Ver en GitHub↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Lists, describes, invokes, and health-checks endpoints across multiple agent server types from the command line.

    Pythonagentsaiai-agent-framework
    Ver en GitHub↗5,592
  • midudev/jscampAvatar de midudev

    midudev/jscamp

    3,811Ver en GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Enables the creation of server-side endpoints to handle data requests and execute business logic.

    JavaScriptbootcamp
    Ver en GitHub↗3,811
  1. Home
  2. Web Development
  3. Server-Side Endpoints

Explorar subetiquetas

  • Agent Server Endpoint InspectorsLists, describes, invokes, and health-checks endpoints across multiple agent server types from the command line. **Distinct from Server-Side Endpoints:** Distinct from Server-Side Endpoints: focuses on inspecting and interacting with agent server endpoints rather than defining HTTP endpoints in code.