1 Repo
Establishing full-duplex WebSocket streams to send and receive CloudEvents using a negotiated event format.
Distinct from WebSocket Event Systems: Distinct from WebSocket Event Systems: focuses on streaming CloudEvents specifically, not general WebSocket event systems.
Explore 1 awesome GitHub repository matching networking & communication · CloudEvents Streams. Refine with filters or upvote what's useful.
CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT
Specifies how to establish WebSocket streams for sending and receiving CloudEvents.