Skip to main content


Tyrus 1.x is the open source compatible implementation of Jakarta WebSocket 1.1 - a standard API for easy development of WebSocket applications. It is also a reference implementation of JSR-356 - Java API for WebSocket.

Tyrus 2.0.x is a compatible implementation of Jakarta WebSocket 2.0.

Tyrus 2.1.x is a compatible implementation of Jakarta WebSocket 2.1.

WebSocket protocol defined by IETF provides bi-directional communication between the server and the remote host. The pros are mainly the ability to communicate both ways, low latency and small communication overhead. Therefore Tyrus and WebSocket in general are suitable for web applications that require sending a huge volume of relatively small messages like online games or market ticker broadcasting.

Latest News

January 17, 2024 - Eclipse Tyrus 2.1.5 Final Release

The 2.1.5 release is the Jakarta EE 10 release of the Eclipse Tyrus project.

January 09, 2024 - Eclipse Tyrus 2.0.6 Final Release

The 2.0.6 release is the Jakarta EE 9 release of the Eclipse Tyrus project.

October 19, 2023 - Eclipse Tyrus 1.21 Final Release

The 1.21 release is the Jakarta EE 8 release of the Eclipse Tyrus project.

Links

Tyrus 2.1 (Jakarta EE 10)

Tyrus 2.0 (Jakarta EE 9)

Tyrus 1.x (Jakarta EE 8)

Other

Back to the top