I’ve been trying to figure out how to build uWebSockets for electron. Has anyone been able to? If so what was your process? Any help would be much appreciated.
uWebSockets Build
digitronics
#1
Nehgromancer
#2
Having the same problem. Looks like uWebSockets only has prebuilt binaries for these node_modules_versions
uws_darwin_46.node
uws_darwin_47.node
uws_darwin_48.node
uws_darwin_51.node
uws_linux_46.node
uws_linux_47.node
uws_linux_48.node
uws_linux_51.node
uws_win32_48.node
uws_win32_51.node
Since electron is recognized as version 50(i think) we need to manually build the project with our own C++ compiler.