WebSocket support is available from Bruno 2.13.0.
What are WebSockets?
WebSockets provide a persistent, full-duplex communication channel between a client and server. Unlike traditional HTTP requests that follow a request-response pattern, WebSockets maintain an open connection that allows both the client and server to send messages at any time.WebSocket vs HTTP
Next Steps
- WebSocket Request Interface
- Learn how to Create WebSocket Requests