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

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

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

4 مستودعات

Awesome GitHub RepositoriesServer-Side Process Management

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.

Awesome Server-Side Process Management GitHub Repositories

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

    neoclide/coc.nvim

    25,165عرض على GitHub↗

    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.

    TypeScriptautocompletionlanguage-clientlsp
    عرض على GitHub↗25,165
  • os-js/os.jsالصورة الرمزية لـ os-js

    os-js/OS.js

    7,067عرض على GitHub↗

    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.

    JavaScriptcloud-platformdesktopjavascript
    عرض على GitHub↗7,067
  • gitpod-io/openvscode-serverالصورة الرمزية لـ gitpod-io

    gitpod-io/openvscode-server

    5,891عرض على GitHub↗

    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.

    TypeScriptideremotevscode
    عرض على GitHub↗5,891
  • fellouai/ekoالصورة الرمزية لـ FellouAI

    FellouAI/eko

    4,935عرض على GitHub↗

    Eko هو إطار عمل لتصميم ونشر سير عمل الوكلاء (agentic workflows)، يتميز بمنسق سير عمل وكلاء LLM ومحرك لأتمتة المتصفح. يوفر مدير عمليات من جانب الخادم لتنفيذ العمليات على مستوى النظام وإدارة الملفات المحلية، إلى جانب وحدة تحكم للوكلاء مع تدخل بشري (human-in-the-loop) للإشراف والتوجيه اليدوي أثناء عمليات اتخاذ القرار المؤتمتة. ينسق النظام تعاون الوكلاء المتعددين من خلال التقسيم القائم على الأدوار وتنسيق سير العمل، حيث يقسم المهام المعقدة إلى أدوار متميزة ويدير تسليم التنفيذ. يدمج بروتوكول سياق النموذج (Model Context Protocol) لتوحيد الاتصالات بين الوكلاء والأدوات أو مصادر البيانات الخارجية. تتضمن المنصة قدرات لأتمتة المتصفح بدون واجهة رسومية (headless)، وكشط الويب، وأتمتة المهام المتكررة باستخدام الاستماع للأحداث القائم على الحلقات. كما يتميز ببث خطط التنفيذ لتصور عملية التخطيط الداخلية للوكيل في الوقت الفعلي.

    Provides a server-side process manager that allows AI agents to execute operating system processes and manage local files.

    TypeScriptagentagentic-aiagentic-ai-development
    عرض على GitHub↗4,935
  1. Home
  2. Web Development
  3. Server Process Management
  4. Server-Side Process Management

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

  • AI Agent Process RuntimesEnvironments specifically designed for AI agents to execute system-level processes and manage local files. **Distinct from Server-Side Process Management:** Specifically focuses on providing an OS execution environment for AI agents, rather than just managing remote IDE processes.