leaningtech / cheerpj-meta

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.
https://labs.leaningtech.com/cheerpj
434 stars 21 forks source link

No UDP support #141

Closed ddyer0 closed 5 months ago

ddyer0 commented 2 years ago

I use a udp beacon, which is not strictly needed to run the app, but it traps to the browser debugger rather then throw a java exception. I have the recommended network initialization

cheerpjInit({javaProperties:["java.protocol.handler.pkgs=com.leaningtech.handlers"]});

alexp-sssup commented 5 months ago

UDP cannot be supported directly since there is no corresponding Web API. Support for arbitrary UDP and TCP is provided via Tailscale: https://labs.leaningtech.com/cheerpj3/guides/Networking#generalized-networking