Is it possible to create a web socket server for the wss protocol (using SSL) for the Tyrus library? The documentation is only an example of creating such a client.

    1 answer 1

    here https://github.com/TooTallNate/Java-WebSocket has everything you need, checked.