Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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....