JavaFX WebView included in JDK8 has support for WebSocket connections which works fine up until update 202. However, in the recent updates 211 and 212, it got broken. This projects demonstrates that.
Creates a scene where the user can input their name, then submit a request to a WebSocket server, which will respond with Hello <name>, the output of which is recorded in a label on the scene. As this ...