Skip to content

jakartaee/websocket

Repository files navigation

Image for: Repository files navigation

Jakarta WebSocket

This repository contains the source for:

  • the Jakarta WebSocket API (/api) -
  • the Jakarta WebSocket specification (/spec)

Building

Image for: Building

API

Jakarta WebSocket API can be built by executing the following from the project root:

cd api
mvn clean package

The API jars can then be found in /api/client/target and /api/server/target.

Specification

Jakarta WebSocket specification can be built by executing the following from the project root:

cd spec
mvn clean package

The zip archive containing the specification in PDF and HTML format can then be found in /spec/target.

Making Changes

Image for: Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta WebSocket

Image for: About Jakarta WebSocket

Jakarta WebSocket defines a set of Java APIs for the development of WebSocket applications.

TCK Challenges

Image for: TCK Challenges

All test challenges for Jakarta WebSocket must be resolved by Active Resolution. Please see the TCK Users guide for more details.

About

Image for: About

Jakarta WebSocket

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

Image for: Packages 0
No packages published

Contributors 20

Image for: Contributors 20