I need to access a websocket server that runs with SignalR Hub, from my Java desktop application.
- There is a library that does exactly that, but it's dead. There are lots of issues and pull requests and it hasn't been updated since 2015.
- I also found another library but, as far as I can tell, it's only for Android projects.
- I found a SO question that says it's possible to talk directly to the SignalR server (standard websocket calls) with some workarounds, but the given link is dead.
When I tried to access the server directly with websocket, the HTTP handshaking fails (I get HTTP 200 instead of 101).
Can anyone help ?