Based on Jetty there is support for Web Sockets. There is not a whiteboard registration mechanism yet, but it's reasonably easy to get working. Some examples can be found here: https://github.com/paulbakker/osgi-websockets-examples Also, for a bit more advanced usage Atmosphere works well in a few applications that I worked on. An example can be found in the sources of Amdatu Bootstrap: https://bitbucket.org/amdatu/amdatu-bootstrap/src/8745dae3abb6903a8cb24868f1a3691ecc5bbfab/org.amdatu.bootstrap.http/src/org/amdatu/bootstrap/ws/AtmosphereServlet.java?at=master&fileviewer=file-view-default
Cheers, Paul On Wed, Oct 21, 2015 at 2:45 PM Thomas Driessen < thomas.driessen...@gmail.com> wrote: > Hi, > > I wanted to ask if Websockets are supported by felix.http like servlets > are, which means I only have to annotate my class with > > @ServerEndpoint("/path") > > > and it will get registered automatically. > > Kind regards, > Thomas >