awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dioxuslabs/dioxusالصورة الرمزية لـ DioxusLabs

    DioxusLabs/dioxus

    36,400عرض على 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
    عرض على GitHub↗36,400
  • tanstack/tableالصورة الرمزية لـ TanStack

    TanStack/table

    28,119عرض على 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
    عرض على GitHub↗28,119
  • tanstack/routerالصورة الرمزية لـ TanStack

    TanStack/router

    14,681عرض على 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
    عرض على GitHub↗14,681
  • tanstack/virtualالصورة الرمزية لـ TanStack

    TanStack/virtual

    6,971عرض على GitHub↗

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

    TypeScriptjavascriptperformancereact
    عرض على GitHub↗6,971
  • tanstack/formالصورة الرمزية لـ TanStack

    TanStack/form

    6,584عرض على 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
    عرض على GitHub↗6,584
  • wakujs/wakuالصورة الرمزية لـ wakujs

    wakujs/waku

    6,330عرض على 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
    عرض على GitHub↗6,330
  • mervinpraison/praisonaiالصورة الرمزية لـ MervinPraison

    MervinPraison/PraisonAI

    5,592عرض على 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
    عرض على GitHub↗5,592
  • midudev/jscampالصورة الرمزية لـ midudev

    midudev/jscamp

    3,811عرض على 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
    عرض على GitHub↗3,811
  1. Home
  2. Web Development
  3. Server-Side Endpoints

استكشف الوسوم الفرعية

  • 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.