4 repositorios
Managing background processes such as language servers, terminals, and build tools on a remote server, streaming output to the browser.
Distinct from Server Process Management: Distinct from Server Process Management: focuses on managing multiple background processes for a remote IDE rather than a single network process lifecycle.
Explore 4 awesome GitHub repositories matching web development · Server-Side Process Management. Refine with filters or upvote what's useful.
coc.nvim is a Node.js extension host and Language Server Protocol client that transforms Vim and Neovim into a full integrated development environment. It provides a framework for executing JavaScript and TypeScript plugins within a separate process to enable advanced IDE features without blocking the editor's main thread. The project is distinguished by its ability to host extensions and language servers through a centralized JSON configuration. It supports the installation and lifecycle management of third-party extensions from registries or local files, allowing users to customize language
Manages the lifecycle and communication of background language server processes and streams their output to the editor.
OS.js is a browser-based desktop environment built entirely with JavaScript that runs a full graphical interface with windows, file management, and applications inside any modern web browser without requiring local software installation. It provides a web desktop platform that manages application windows as DOM elements with z-ordering, resizing, and event routing, while offering an abstracted virtual filesystem layer that unifies access across multiple storage backends through a common read/write interface. The platform connects to remote servers and desktops using SSH, VNC, or Xpra protocol
Spawns and controls background processes and pseudo terminals via a WebSocket bridge to the host operating system.
OpenVSCode Server is an open-source project that runs the full Visual Studio Code editor as a web application served from a remote server, enabling development through any browser without local installation. It provides a browser-based IDE that combines containerized development environments, remote file system access, and server-side process management to deliver a complete remote development experience. The project supports the standard VS Code extension model, allowing plugins to add languages, debuggers, and tools without modification. It maintains real-time bidirectional communication be
Manages language servers, terminals, and build tools on the remote server, streaming output to the browser.
Eko es un framework para diseñar y desplegar flujos de trabajo de agentes, que cuenta con un orquestador de flujos de trabajo de agentes LLM y un motor de automatización de navegador. Proporciona un gestor de procesos del lado del servidor para ejecutar operaciones a nivel de sistema y gestionar archivos locales, junto con un controlador de agentes con intervención humana para supervisión y dirección manual durante procesos de decisión automatizados. El sistema coordina la colaboración multi-agente a través de particionamiento basado en roles y orquestación de flujos de trabajo, dividiendo tareas complejas en roles distintos y gestionando las transferencias de ejecución. Integra el Model Context Protocol para estandarizar las conexiones entre agentes y herramientas o fuentes de datos externas. La plataforma incluye capacidades para la automatización de navegadores headless, web scraping y automatización de tareas repetitivas utilizando escucha de eventos basada en bucles. También cuenta con streaming de planes de ejecución para visualizar el proceso de planificación interna de un agente en tiempo real.
Provides a server-side process manager that allows AI agents to execute operating system processes and manage local files.