Jakarta WebSocket

Jakarta WebSocket defines a standard API for creating server and client endpoints that communicate using the WebSocket protocol (RFC 6455). It enables full-duplex, bidirectional communication between clients and servers over a single TCP connection in Jakarta EE applications.

API entry from apis.yml

apis.yml Raw ↑
aid: jakarta-ee:jakarta-websocket
name: Jakarta WebSocket
description: Jakarta WebSocket defines a standard API for creating server and client endpoints that communicate
  using the WebSocket protocol (RFC 6455). It enables full-duplex, bidirectional communication between
  clients and servers over a single TCP connection in Jakarta EE applications.
humanURL: https://jakarta.ee/specifications/websocket/
tags:
- Specification
- Streaming
- WebSocket
properties:
- type: Documentation
  url: https://jakarta.ee/specifications/websocket/
- type: GitHubRepository
  url: https://github.com/jakartaee/websocket