nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

Can I use node packages? #338

Closed danielo515 closed 3 years ago

danielo515 commented 3 years ago

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 3 years ago

Yes you could use any regular node module. Under the hood its just nodejs