Skip to content

Supported protocols

ProtocolDescriptionWhen to use?
AsyncAPI with HTTPThe HTTP protocol (AsyncAPI) is used for uni-drectional communication. By using the HTTP protocol client/subscribers poll for events at regular intervals.Suitable for legacy applications/services. Lightweight deployments and serverless applications.
AsyncAPI with WebsocketThe WebSocket protocol (AsyncAPI), provides a way to exchange data via a persistent connection.Suitable for Next-generation services, high-traffic, low traffic, real-time streaming or heavy load applications/services