Spring WebSocket provides WebSocket support for the Spring Framework, enabling real-time communication in web applications.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>7.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal WebSocket handler implementation
No known issues recorded.
No dependency data recorded yet.