The document discusses strategies for improving connectivity when using WebSockets. It proposes defining different transport options and strategies in JSON format. The suggested strategy first checks if WebSockets are supported, then tries connecting via WebSockets and falls back to SockJS if needed, caching results for future attempts. Metrics on transport states and browser features would be collected to evaluate strategy performance.