Main Menu

NodeJS Modules

Started by Vortrex, September 21, 2018, 07:39:26 AM

Previous topic - Next topic

Vortrex

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.

KAKAN

#1
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.