1. Web Sockets

    Bidirectional communication technology for web apps

  2. 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.

  3. websocket api

  4. websocket api: binarytype

  5. websocket api: bufferedamount

  6. websocket api: close

  7. websocket api: `close` event

  8. websocket api: `error` event

  9. websocket api: extensions

  10. websocket api: `message` event

  11. websocket api: `open` event

  12. websocket api: protocol

  13. websocket api: supports protocol as specified by rfc 6455

  14. websocket api: readystate

  15. websocket api: send

  16. websocket api: url

  17. websocket api: `websocket()` constructor

  18. websocket api: available in workers

  19. ssl (secure sockets layer)