Can I use node packages?
danielo515 opened this issue · 1 comments
danielo515 commented
Hello.
I didn't found any reference on the docs saying if I can use node packages directly or how should I use them.
I understand that packages that require native bindings may be tricky, but what about normal packages/modules like fs, path, http and those? Can I just require and use them happily on any place?
Regards
a7ul commented
Yes you could use any regular node module.
Under the hood its just nodejs