Packages
npm packages particularly for the server
Default Node Packages
fs
Read relative to
process.cwd()
Has promise version
Check out fs-extra promise verison natively
Utils
Turn a callback style ft with (err, content) into promise returning content
Extra
Debug
Create decorated/filterable log statements
To see http, export DEBUG=http
environment variable with space/comma-delimited names, or export DEBUG=*
Can also use in browers then set localStorage.debug = 'worker:*'
cheerio
Fast, flexible & lean implementation of core jQuery designed specifically for the server.
node-cron
easy cron jobs
node-schedule
easy more advanced scheduler
Shells
run bash scripts
Notable Packages
Does
Write command line flag parsing like -d 1
Nodemailer
send mail
Last updated