I've noticed that the npm package for websockify will no longer compile to a working Windows binary when using JXcore.
It seems that the ws npm package has recently been updated from 1.1.1 to 2.0.2, and this seems to break websockify.
I appreciate that this is an edge case, but was wondering if it was worth amending the dependencies in package.json from"ws": ">=0.4.27" to maybe "ws": "~1.1.1"?
For information, I was building the Windows binary as follows:
jx package websockify\websockify.js websockify_x86 --native