dominicklee / uWebSockets.js-for-Centos7

Compiled uWebSockets.js binaries and instructions for those running on Centos7
MIT License
5 stars 3 forks source link

Node v15 #1

Open ramiroaisen opened 3 years ago

ramiroaisen commented 3 years ago

Would you be soo nice to provide a compiled version for node v15? Thank you very much!

VentyCZ commented 3 years ago

Shameless plug - https://github.com/hotel-cz/uWebSockets.js It's my fork with changes and notes for easy use (& compilation). I'll try to keep it up with upstream.

You should only need to change your package.json to direct it at my repo and add "-C7" suffix to the version/tag. The -C7 tags are my releases with CentOS 7 supported builds (starting with v19.2.0).

See https://github.com/hotel-cz/uWebSockets.js/blob/master/README.md#package-easily-installed

If you want the binaries, you can check out the "binaries" branch (keeping the structure with upstream)

// Edit: Moved repo under org