2 Replies Latest reply on Jan 13, 2016 10:49 AM by yakimaman

    Websockets

    yakimaman

      Is there a client side implementation of websockets that works to connect java clients to Wildfly?  So far I have been unsuccessful at finding one that works.

       

      Thanks for any direction.

        • 1. Re: Websockets
          jaysensharma

          Hello Chuck,

           

              Are you looking for a demo something like : https://dzone.com/articles/sample-java-web-socket-client  ?

              There are some WildFly Quickstart on "WebSocket" are available for the server side like (which might be useful for you): wildfly/quickstart · GitHub

           

          Regards

          Jay SenSharma

          • 2. Re: Websockets
            yakimaman

            Yes, that is what I want to do.  Are you saying the Tyrus client works with Wildfly?  I've not had much luck with mixing the client side with a different server due to handshake issues.  Tomee has a client (Tomcat) and Glassfish has a client (Tyrus) both of which work but I have not found, yet, a client implementation for Wildfly.  If anybody has a client they have verified to work with Wildfly I'd appreciate knowing since I can't find one in the tarball.

             

            Thanks.