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 in AEM 6.1

Avatar

Level 3

Hi all,

I've unsuccessfully tried to find some documentation about how to implement websockets within AEM. Some posts say there isn't any support for websockets OOTB, and one approach to achieve it is to have an embedded web servlet container, such as Jetty.

On the other hand we have this OSGi bundle: 

com.adobe.granite.socketio

Which imports some packages for websocket handling: org.eclipse.jetty.websocket.server,version=9.2.9 from org.apache.felix.http.jetty

Is there any workaround/snippet/documentation I can look at?

 

Thanks in advance for your time.

1 Accepted Solution

Avatar

Correct answer by
Level 10

What's your use case that requires Web sockets? 

As discussed in other community threads, it's not available ootb. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

What's your use case that requires Web sockets? 

As discussed in other community threads, it's not available ootb.