UDP

UDP #

UDP

UDP (User Datagram Protocol) is a connectionless protocol that sends data packets, called datagrams, over the network without establishing a connection. It is faster and more efficient than TCP but does not guarantee the delivery of packets. It is used in applications where speed is more important than reliability, such as online games, video streaming, and voice over IP (VoIP).

UDP is not described in the AsyncAPI specification. But the specification permits the use of custom protocols, and pure UDP can be used in many applications, so it is supported by go-asyncapi.
FeatureProtocol specifics
Protocol keyudp
ChannelUDP peers pair info
ServerUDP peer
EnvelopeUDP datagram

Bindings #

Server bindings #

Does not support any server bindings.

Channel bindings #

Does not support any channel bindings.

Operation bindings #

Does not support any operation bindings.

Message bindings #

Does not support any message bindings.