Server Independent WebSocket Implementation

209 Views Asked by At

I am trying to find a solution for a Server Independent WebSocket implementation, Tomcat inbuilt WebSocket API is good but it's not running in Weblogic and other servers . I found a solution with Tyrus API , but all examples of Tyrus is done with grizzly web server , where it starts a separate server with a new port to accept ws:// request , but it has another option which is ServerContainer, where it will work with any Servlet Container web server and will use the existing Server port only, but unfortunately no example i found .. I am looking forward to any other options also ...

0

There are 0 best solutions below