timetocode / nengi

a node.js + html5 network engine for real-time multiplayer games
Apache License 2.0
342 stars 40 forks source link

Latest stable 1.x version #31

Open stevedevel opened 1 year ago

stevedevel commented 1 year ago

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

timetocode commented 1 year ago

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).