Wednesday 15 November 2017

What can I do WITHOUT NPM mods?

There's an NPM module out there for EVERYTHING! But, I'm sure a lot of the stuff I use an NPM module to do can be done in core node if I just knew about it.Example: I just learned about node's FileSystem [require('fs')] and it's awesome and just what I needed for a recent project! I don't need to install an NPM package with support for 100+ methods when I only need 2 of them.Basically, I'm looking for articles or resources along this line of thinking..."10 Things Node can do without NPM Modules!" "You don't need an NPM Mod for that!" "Top 15 Core Node.js Features"You get it... Thanks in advance!

Submitted November 15, 2017 at 06:13PM by SableElephant

No comments:

Post a Comment