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

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

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

2 个仓库

Awesome GitHub RepositoriesCustom HTTP Server Integrations

Capabilities for attaching request handlers to existing HTTP server instances.

Distinct from Custom Server Response Handlers: None of the candidates cover the specific act of attaching a framework handler to an existing native server instance.

Explore 2 awesome GitHub repositories matching web development · Custom HTTP Server Integrations. Refine with filters or upvote what's useful.

Awesome Custom HTTP Server Integrations GitHub Repositories

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

    lukeed/polka

    5,585在 GitHub 上查看↗

    Polka 是一个极简的 Node.js Web 框架和 HTTP 路由引擎。它提供了一个小巧的服务器实现,旨在降低开销,将 URL 路径和 HTTP 方法映射到特定的处理函数。 该项目利用基于中间件的架构,通过一系列函数处理请求,以执行诸如日志记录、授权和数据修改等任务。它允许将这些函数组织成全局和路径过滤组,以控制执行顺序。 该框架涵盖了核心 Web 功能,包括路由参数提取、带有记忆功能的请求 URL 解析以及 404 响应的管理。它还包括一个集中的错误处理系统,用于捕获中间件链中抛出的异常。 用户可以在特定端口启动新的 HTTP 服务器,或将请求处理程序附加到现有的服务器实例。

    Allows attaching the request handler to an existing server instance to manage incoming traffic without creating a new process.

    JavaScript
    在 GitHub 上查看↗5,585
  • deployd/deployddeployd 的头像

    deployd/deployd

    4,942在 GitHub 上查看↗

    deployd 是一个实时 API 框架和 MongoDB 后端即服务 (BaaS),允许创建在客户端和服务器之间同步数据和事件的网络化接口。它作为一个 JavaScript API 中间件,可以与 HTTP 服务器集成,以提供身份验证、请求拦截器和实时功能。 该项目具有一个自托管的 API 管理仪表板,用于通过 Web 界面配置资源设置、管理数据集合和监控服务器状态。它包括一个实时数据同步引擎,使用 Socket 将实时数据库更新推送到连接的客户端。 该系统涵盖了具有模式验证和递归查询的后端数据管理,以及跨无状态请求和持久连接跟踪会话的用户身份验证工作流。它还提供实时事件广播、通过模块扩展自定义 API 中间件以及管理访问控制的功能。 该项目包含一个用于引导新项目和运行开发服务器的 CLI。

    Allows attaching request handling logic and specialized framework functionality to standard HTTP server instances.

    JavaScript
    在 GitHub 上查看↗4,942
  1. Home
  2. Web Development
  3. Custom HTTP Server Integrations