awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesServer Session Isolation

Maintaining separate server instances and state per project to ensure isolated language contexts.

Distinct from Project Context Managers: Focuses on the lifecycle and isolation of server processes rather than general project configuration constraints.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Server Session Isolation. Refine with filters or upvote what's useful.

Awesome Server Session Isolation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • holoviz/panelholoviz 的头像

    holoviz/panel

    5,709在 GitHub 上查看↗

    Panel 是一个 Python 数据应用框架,用于通过连接数据可视化、小部件和回调来构建交互式仪表板和响应式用户界面。它作为一个响应式 UI 库,根据用户交互同步应用状态与界面更新。 该项目通过提供多种执行模型脱颖而出,包括用于可扩展会话管理的基于 FastAPI 的 Web 应用服务器,以及使 Python 应用无需后端服务器即可直接在浏览器中运行的 WebAssembly 编译器。它还包含一个用于构建具有流式文本响应和消息历史记录的对话式 AI 界面的专用工具包。 该框架涵盖了广泛的功能领域,包括响应式布局设计、集成多种绘图库和交互式数据表,以及管理响应式参数。它提供了用于用户身份验证、会话持久化和后台任务调度的工具。

    Isolates user data and application state into independent sessions to support multiple concurrent users on a single server.

    Python
    在 GitHub 上查看↗5,709
  • emacs-lsp/lsp-modeemacs-lsp 的头像

    emacs-lsp/lsp-mode

    5,060在 GitHub 上查看↗

    lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis tool and JSON-RPC communication layer that connects the editor to external language servers to provide intelligent code completion and real-time diagnostics. The project also serves as a Debug Adapter Protocol client, enabling interactive debugging sessions and breakpoint management. This allows for stepping through code and inspecting variables via a standardized protocol, including support for debugging within Docker containers. The system covers a broad range of developmen

    Maintains separate server instances and state for each open project to ensure isolated language contexts.

    Emacs Lispangularcppdart
    在 GitHub 上查看↗5,060
  1. Home
  2. Software Engineering & Architecture
  3. Project Context Managers
  4. Server Session Isolation

探索子标签

  • User Session IsolationsMechanisms for isolating user data and application state into independent sessions for concurrent users. **Distinct from Server Session Isolation:** Focuses on user-level session isolation for web apps rather than project-level language context isolation