(SOL14754) Summary
The WebSocket protocol provides two-way communication for browser-based applications without requiring the opening of multiple HTTP connections.
Description
The WebSocket protocol uses a single TCP connection to enable two-way communication between a client and server. The initial handshake occurs over HTTP, while subsequent WebSocket message frames layer over TCP. Before you configure the BIG-IP system to load balance WebSocket traffic, refer to the following recommendations section.
↧