Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 595 Bytes

ap_transports.md

File metadata and controls

12 lines (8 loc) · 595 Bytes

Alternative Transports

The only requirements that WAMP expects from a transport are: the transport must be message-based, bidirectional, reliable and ordered. This allows WAMP to run over different transports without any impact at the application layer.

Besides the WebSocket transport, the following WAMP transports are currently specified:

Other transports such as HTTP 2.0 ("SPDY") or UDP might be defined in the future.