The Websocket transport is an implementation of Salt's transport using the websocket protocol.
The Websocket transport is enabled by changing the transport
setting
to ws
on each Salt minion and Salt master.
The Websocket transport supports full encryption and verification using both server and client certificates. See Transport TLS Support for more details.
The publish server and client are implemented using aiohttp.
The request server and client are implemented using aiohttp.