Tyrus is a reference implementation of the Jakarta WebSocket specification, providing a servlet container for WebSocket endpoints.
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-container-servlet</artifactId>
<version>2.2.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple WebSocket endpoint that echoes a greeting.
Ensure your server runtime supports Jakarta WebSocket 2.0+.
No dependency data recorded yet.