Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

WebSockets and CQ 5

Avatar

Level 7

Are there any libraries or frameworks for using WebSockets with CQ 5 (or AEM 6)?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee

There's nothing OOTB, but you can use Netty for WebSockets. Take a look at https://github.com/Adobe-Consulting-Services/acs-aem-tools/tree/master/bundle-live-reload for a WebSocket-on-AEM project. You can download a content package containing the necessary Netty bundles from https://github.com/Adobe-Consulting-Services/com.adobe.acs.bundles.netty/releases/tag/com.adobe.acs....

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

There's nothing OOTB, but you can use Netty for WebSockets. Take a look at https://github.com/Adobe-Consulting-Services/acs-aem-tools/tree/master/bundle-live-reload for a WebSocket-on-AEM project. You can download a content package containing the necessary Netty bundles from https://github.com/Adobe-Consulting-Services/com.adobe.acs.bundles.netty/releases/tag/com.adobe.acs....