I am making a Cocoa App & want to call Node JS package downloaded from npm to run from Swift.
I don't know if it is possible but I couldn't find anything on the internet. Can I call an npm package from Swift?
Although it will require Node to be shipped or to be on the computer of the user running the app, I don't mind it. But can this be done?
Or do I have to write the same Node code in Swift?