WebSockets API

JavaScript API for opening bidirectional, full-duplex communication channels over a single TCP connection between client and server.

API entry from apis.yml

apis.yml Raw ↑
aid: javascript:websockets-api
name: WebSockets API
description: JavaScript API for opening bidirectional, full-duplex communication channels over a single
  TCP connection between client and server.
humanURL: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API
tags:
- Bidirectional
- Communication
- Real-time
- WebSocket
properties:
- type: Documentation
  url: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications
- type: Specification
  url: https://websockets.spec.whatwg.org/