Java Spring Boot starter for Netty-based WebSocket servers and endpoints.
Provides a Spring Boot starter that uses Netty to run high-performance WebSocket servers. It exposes annotation-driven endpoints and lifecycle hooks (e.g., @ServerEndpoint, @OnOpen, @OnMessage, @OnBinary, @BeforeHandshake) and offers configurable Netty options, SSL, CORS, and multi-endpoint support. Suited for chat, IM, and other low-latency real-time messaging services.
0