GTA Connected

General => Suggestions => Topic started by: Vortrex on September 21, 2018, 07:39:26 AM

Title: NodeJS Modules
Post by: Vortrex on September 21, 2018, 07:39:26 AM
So we've got JavaScript (thanks to Mozilla's SpiderMonkey)  ... I know NodeJS is powered by the v8 engine, but using NodeJS modules in resources would be an epic feature.
Title: Re: NodeJS Modules
Post by: KAKAN on September 23, 2018, 08:19:21 AM
This is pretty much done. Both of them use JS. We just need to add more accessibility to system resources in the JS engine and we're good to go :)



If you're just using JS packages that do maths or some other work and don't depend on IO, you can already use NodeJS modules.