nengi
nengi copied to clipboard
Latest stable 1.x version
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
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).