nengi icon indicating copy to clipboard operation
nengi copied to clipboard

Latest stable 1.x version

Open stevedevel opened this issue 1 year ago • 1 comments

Hi Alex,

Thanks for your great framework. This week I found out that the repository has moved to version 2.x. Unfortunately this version is not stable nor documented. What is the latest stable 1.x version I can safely use?

Many thanks

stevedevel avatar Jul 25 '23 14:07 stevedevel

Anything on the master branch, at the moment that would be 1.27.0, and it works with node 14 due to the websocket layer having a binary file which was built for 14. There's also a github-only branch called simply 'sixteen' that replaces the websocket layer with uws.js, and works with node 16 and possibly 18 as well (and if it doesnt work with 18 as is, then all that would be needed is to bump the uws.js version).

timetocode avatar Jul 27 '23 07:07 timetocode