Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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....