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

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

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

3 个仓库

Awesome GitHub RepositoriesWebhook Interaction Reception

Receiving interaction payloads as HTTP POST requests with signature validation and ping handshake.

Distinct from HTTP Interaction Frameworks: Distinct from HTTP Interaction Frameworks: focuses on receiving signed webhook payloads for platform interactions, not general HTTP request management.

Explore 3 awesome GitHub repositories matching web development · Webhook Interaction Reception. Refine with filters or upvote what's useful.

Awesome Webhook Interaction Reception GitHub Repositories

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

    howdyai/botkit

    11,585在 GitHub 上查看↗

    Botkit is a multi-platform chatbot framework designed to build conversational bots that operate across different messaging services using a unified interface. It provides a core system for multi-platform development, utilizing a platform adaptation layer to translate service-specific API payloads into a standardized internal format. The framework features a conversational dialog manager that coordinates multi-turn interactions through state-tracking, branching logic, and scripted flows. It employs a message processing middleware pipeline to intercept, normalize, and enrich incoming and outgoi

    Receives real-time notifications from external platforms via HTTP endpoints to trigger bot logic.

    TypeScriptbotbot-applicationbotkit
    在 GitHub 上查看↗11,585
  • superradcompany/microsandboxsuperradcompany 的头像

    superradcompany/microsandbox

    6,570在 GitHub 上查看↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Accepts POST notifications about new plants added to the sandbox store.

    Rust
    在 GitHub 上查看↗6,570
  • discord/discord-api-docsdiscord 的头像

    discord/discord-api-docs

    6,425在 GitHub 上查看↗

    Implements HTTP interaction reception with signature validation and ping handshake for Discord app endpoints.

    MDXdiscorddiscord-apidiscordapp
    在 GitHub 上查看↗6,425
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Full-Stack Frameworks
  6. HTTP Interaction Frameworks
  7. Webhook Interaction Reception

探索子标签

  • Plant Webhook ReceptionsAccepts POST notifications about new plants added to the store for external integrations. **Distinct from Webhook Interaction Reception:** Distinct from Webhook Interaction Reception: specifically handles plant-related webhook notifications, not general interaction payloads.