awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesBrowser-side Execution Environments

Frameworks that enable running backend server logic directly within the browser for prototyping.

Distinct from Server-Side Frameworks: Focuses on browser-side execution of server logic, distinct from general server-side frameworks.

Explore 6 awesome GitHub repositories matching web development · Browser-side Execution Environments. Refine with filters or upvote what's useful.

Awesome Browser-side Execution Environments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • elysiajs/elysiaAvatar von elysiajs

    elysiajs/elysia

    18,531Auf GitHub ansehen↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Runs backend server code directly within the browser to facilitate rapid prototyping and experimentation.

    TypeScriptbunframeworkhttp
    Auf GitHub ansehen↗18,531
  • googlechromelabs/carloAvatar von GoogleChromeLabs

    GoogleChromeLabs/carlo

    9,259Auf GitHub ansehen↗

    Carlo is a Node.js web rendering framework and desktop application bundler. It functions as a server-side browser controller and headless automation bridge that uses a local browser instance as the primary user interface for Node.js applications. The project distinguishes itself by providing a bidirectional bridge for cross-environment JavaScript integration, allowing server-side functions to be exposed to the browser window object and enabling the execution of page-context code from the server. It includes capabilities for packaging applications into standalone desktop executables, complete

    A controller that manages browser windows and exposes server-side functions to the frontend window object.

    JavaScript
    Auf GitHub ansehen↗9,259
  • weaveworks/scopeAvatar von weaveworks

    weaveworks/scope

    5,914Auf GitHub ansehen↗

    Provides a browser-based terminal for executing commands inside running containers.

    Gocontainersdockerecs
    Auf GitHub ansehen↗5,914
  • stackblitz/webcontainer-coreAvatar von stackblitz

    stackblitz/webcontainer-core

    4,610Auf GitHub ansehen↗

    WebContainer ist eine Browser-basierte Runtime-Umgebung, die darauf ausgelegt ist, serverseitigen Code, Betriebssystembefehle und Full-Stack-Entwicklungstoolchains direkt innerhalb eines Web-Tabs auszuführen. Sie bietet die Infrastruktur für Cloud-IDEs und Zero-Install-Entwicklungsworkflows durch die Simulation einer Runtime, die die Notwendigkeit lokaler Installationen oder Remote-VMs eliminiert. Das System nutzt WebAssembly, um Systemaufrufe abzubilden, und implementiert ein virtuelles POSIX-konformes Dateisystem sowie eine Netzwerk-Interception-Schicht. Dies ermöglicht es der Runtime, Befehlszeilenprozesse zu spawnen, Shell-Befehle auszuführen und interne Serveranfragen für Live-Webanwendungsvorschauen an Browser-zugängliche URLs weiterzuleiten. Die Plattform enthält zudem Funktionen zur Verwaltung virtueller Dateisystemoperationen, zur Überwachung von Dateiänderungen und zur Integration mit privaten Paket-Registries mittels Single-Sign-On und Identitätsprüfung. Sie kann On-Premises oder innerhalb privater Cloud-Infrastruktur bereitgestellt werden, um die Ausführung hinter Unternehmens-Firewalls zu halten.

    Provides a browser-side execution environment to run server-side code and command-line tools without a remote backend.

    browsernodejsstackblitz
    Auf GitHub ansehen↗4,610
  • finsys/dockhandAvatar von Finsys

    Finsys/dockhand

    2,609Auf GitHub ansehen↗

    Dockhand is a multi-host Docker manager and container management interface used to control the lifecycle of containers, images, volumes, and networks. It functions as a Docker Compose orchestrator and GitOps deployment tool, enabling the synchronization of application stacks directly from remote Git repositories. The project distinguishes itself as an enterprise Docker access controller, providing role-based access control and identity verification through OIDC, LDAP, and multi-factor authentication. It secures sensitive data using AES-256-GCM encryption for credentials at rest and handles na

    Provides a web-based terminal that pipes shell sessions through WebSockets for interactive container command execution.

    Sveltedockerdocker-composedocker-management
    Auf GitHub ansehen↗2,609
  • sloisel/numericAvatar von sloisel

    sloisel/numeric

    1,447Auf GitHub ansehen↗

    This library is a JavaScript-based numerical analysis tool designed to perform complex mathematical operations directly within web browser environments. It provides a comprehensive suite of algorithms for linear algebra, matrix manipulation, and equation solving, enabling data-intensive computations to occur locally without requiring server-side processing. The project distinguishes itself by offering a specialized computational engine that handles advanced mathematical tasks such as gradient-based function optimization and iterative numerical approximation. By utilizing quadrature-based inte

    Executes heavy mathematical workloads directly within the browser to avoid server-side latency.

    JavaScript
    Auf GitHub ansehen↗1,447
  1. Home
  2. Web Development
  3. Server-Side Frameworks
  4. Browser-side Execution Environments

Unter-Tags erkunden

  • Browser-Side Mathematical EnginesExecutes heavy mathematical workloads directly within the client environment by leveraging local processing power. **Distinct from Browser-side Execution Environments:** Distinct from general server-logic execution: focuses specifically on high-performance mathematical and numerical computation engines.
  • Container Shell SessionsPiping a terminal session through WebSocket connections to enable remote command execution inside containers from the browser. **Distinct from Browser-side Execution Environments:** Distinct from Browser-side Execution Environments: focuses on interactive shell access to containers, not running server logic in the browser.
  • Server-Side ControllersControllers that manage browser instances and expose backend functions to the frontend window object. **Distinct from Browser-side Execution Environments:** Distinct from Browser-side Execution Environments: focuses on the server's control over the browser rather than running server logic inside the browser.