3 مستودعات
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.
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.
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.
Implements HTTP interaction reception with signature validation and ping handshake for Discord app endpoints.