Web Sockets
Bidirectional communication technology for web apps
WebTransport
Protocol framework to send and receive data from servers using [HTTP3](/http3). Similar to [WebSockets](/websockets) but with support for multiple streams, unidirectional streams, out-of-order delivery, and reliable as well as unreliable transport.
websocket api
websocketerror api
websocketerror api: closecode
websocketerror api: reason
websocketerror api: `websocketerror()` constructor
websocketstream api
websocketstream api: close
websocketstream api: closed
websocketstream api: opened
websocketstream api: url
websocketstream api: `websocketstream()` constructor
websocket api: binarytype
websocket api: bufferedamount
websocket api: close
websocket api: `close` event
websocket api: `error` event
websocket api: extensions
websocket api: `message` event
websocket api: `open` event
websocket api: protocol
websocket api: supports protocol as specified by rfc 6455
websocket api: readystate
websocket api: send
websocket api: url
websocket api: `websocket()` constructor
websocket api: `websocket()` constructor: `url` parameter allows `https`, `http`, and relative urls
websocket api: available in workers
29 results found.