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
·

11 repositorios

Awesome GitHub RepositoriesServer Functions

Asynchronous functions that allow client-side components to invoke server-side logic directly via directives.

Explore 11 awesome GitHub repositories matching web development · Server Functions. Refine with filters or upvote what's useful.

Awesome Server Functions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Ver en GitHub↗

    React es una biblioteca de JavaScript para crear interfaces de usuario basadas en una arquitectura orientada a componentes y un flujo de datos unidireccional.

    Defines server-side logic that can be invoked directly from client-side components via directives.

    JavaScriptjavascriptuifrontend
    Ver en GitHub↗245,669
  • sillytavern/sillytavernAvatar de SillyTavern

    SillyTavern/SillyTavern

    29,463Ver en GitHub↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Adds custom backend functionality and new API endpoints by executing code directly within the server environment.

    JavaScriptaichatllm
    Ver en GitHub↗29,463
  • eclipse-theia/theiaAvatar de eclipse-theia

    eclipse-theia/theia

    21,569Ver en GitHub↗

    Theia is a modular framework designed for building professional-grade development environments that function as both local desktop applications and remote browser-based services. It provides a comprehensive toolkit for constructing specialized coding tools, allowing developers to assemble custom interfaces and backend logic through a flexible, contribution-based architecture. The platform distinguishes itself through a highly extensible workbench that supports the integration of existing third-party editor plugins and standard language servers. By utilizing a dependency injection container an

    Runs specialized extensions in a backend environment without a frontend connection to support CLI and service logic.

    TypeScriptcloud-ideeditorelectron
    Ver en GitHub↗21,569
  • parse-community/parse-serverAvatar de parse-community

    parse-community/parse-server

    21,403Ver en GitHub↗

    Parse Server is a backend-as-a-service solution and Node.js framework that provides a ready-to-use REST and GraphQL API for mobile and web applications. It functions as a core backend infrastructure for managing database schemas, user authentication, and API routing. The system distinguishes itself with a real-time data engine that pushes database updates to clients via WebSockets and a GraphQL server that automatically generates schemas based on application data models. It also features an adapter-based storage layer that abstracts interactions with various cloud and local backends. The pla

    Implements server-side functions that allow clients to invoke custom backend logic with automated data encoding.

    JavaScriptbaasbackendfile-storage
    Ver en GitHub↗21,403
  • leptos-rs/leptosAvatar de leptos-rs

    leptos-rs/leptos

    20,993Ver en GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Invokes server-side functions from the browser as local asynchronous calls with automatic serialization.

    Rustdomfine-grainedisomorphic
    Ver en GitHub↗20,993
  • wasp-lang/waspAvatar de wasp-lang

    wasp-lang/wasp

    18,146Ver en GitHub↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    Allows client-side components to invoke server-side logic directly via type-safe function calls.

    TypeScripthaskelljavascriptnode
    Ver en GitHub↗18,146
  • vercel/vercelAvatar de vercel

    vercel/vercel

    15,738Ver en GitHub↗

    Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports

    Deploys server-side logic as scalable functions that automatically adjust resources based on incoming traffic demands.

    TypeScriptclicloudcommand
    Ver en GitHub↗15,738
  • reactjs/react.devAvatar de reactjs

    reactjs/react.dev

    11,765Ver en GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Triggers functions defined on the server directly from client components by passing references that execute remote code upon user interaction.

    JavaScriptdocumentationjavascriptreact
    Ver en GitHub↗11,765
  • 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 and invokes server-side functions directly from client components to perform mutations without manually setting up API endpoints.

    TypeScript
    Ver en GitHub↗6,330
  • reactjs/server-components-demoAvatar de reactjs

    reactjs/server-components-demo

    4,359Ver en GitHub↗

    This project is an implementation of React Server Components, providing a full-stack component architecture that blends server-side rendering with client-side interactivity. It enables the development of web applications where server-only components for data fetching and interactive client components coexist within a single component tree. The system focuses on server-client data orchestration, allowing for the execution of server functions and database mutations across the network boundary. It distinguishes itself through a hybrid component architecture that shifts component execution to the

    Provides server functions that allow client-side components to trigger server-side logic and database mutations.

    JavaScript
    Ver en GitHub↗4,359
  • vercel/geist-fontAvatar de vercel

    vercel/geist-font

    3,249Ver en GitHub↗

    Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It consists of a series of web-optimized typefaces, including geometric sans-serif, monospaced, and pixel styles. The collection functions as a variable font library, utilizing coordinate interpolation to allow precise control over weight and style within a single font file. These fonts are built as OpenType typefaces, incorporating standardized layout tables to define advanced typographic behaviors such as kerning and ligatures. The project provides specific implementations fo

    Implements server-side functions that allow client-side components to invoke backend logic.

    HTMLfontvariable-fonts
    Ver en GitHub↗3,249
  1. Home
  2. Web Development
  3. Web Infrastructure and Deployment
  4. Web Infrastructure & Servers
  5. Server Functions

Explorar subetiquetas

  • Backend Plugin Execution EnvironmentsSystems that allow the execution of custom backend code and API endpoints directly within the server. **Distinct from Server Functions:** Distinct from server functions: focuses on the development and lifecycle of server-side plugins rather than just function invocation.
  • Server Function ConfigurationsSettings for managing runtime, memory, and network connectivity for serverless functions. **Distinct from Server Functions:** Distinct from Server Functions: focuses on the configuration of runtime parameters rather than the function execution mechanism itself.