2 repository-uri
Systems for exchanging both requests and notifications between clients and servers.
Distinct from Server-Sent Events: Distinct from Server-Sent Events by encompassing both the request (POST) and notification (SSE) flow
Explore 2 awesome GitHub repositories matching networking & communication · Bidirectional Protocol Communication. Refine with filters or upvote what's useful.
mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport
Enables bidirectional exchange of requests and notifications between servers and clients using HTTP POST and Server-Sent Events.
FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It functions as an HTMX integration framework and a Python HTML domain-specific language, allowing developers to generate HTML structures using native objects and functions instead of external templating files. The framework is distinguished by its native support for real-time bidirectional communication via WebSockets and Server-Sent Events, enabling server-side updates to be pushed to the browser without full page reloads. It further integrates identity management through OAut
Manages bidirectional socket connections to perform out-of-band content swaps for dynamic interfaces.