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.
Tyrus 2.2.x is a compatible implementation of Jakarta WebSocket 2.2.
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
August 1, 2024 - Eclipse Tyrus 2.2.0 Final Release
The 2.2.0 release
is the Jakarta EE 11 release of the Eclipse Tyrus project.
October 17, 2025 - Eclipse Tyrus 2.1.6 Final Release
The 2.1.6 release
is the Jakarta EE 10 release of the Eclipse Tyrus project.
October 2, 2025 - Eclipse Tyrus 2.0.8 Final Release
The 2.0.8 release
is the Jakarta EE 9 release of the Eclipse Tyrus project.
July 29, 2025 - Eclipse Tyrus 1.22 Final Release
The 1.22 release
is the Jakarta EE 8 release of the Eclipse Tyrus project.
Links
Tyrus 2.2 (Jakarta EE 11)
Tyrus 2.1 (Jakarta EE 10)
Tyrus 2.0 (Jakarta EE 9)
Tyrus 1.x (Jakarta EE 8)
Other