Monday, 17 April 2017

can I download Nodejs modules as javascript files?

I'd like to use the crypto module from nodejs but I don't want to use the entire framework.

Is where any way to simply download the js files for a particular library that I would normally "require" if I were working in node. If I had the Javascript file I could just include it with my project, and that's good enough for this one.



via Legit Stack

No comments:

Post a Comment