19 ms·
I see you are using Node and Express on the frontend - what other Node modules are you using or found useful?
by dc-tech-fan 14y ago
I see you are using Node and Express on the frontend - what other Node modules are you using or found useful?
- markruanedawson 14y agoWe use a whole bunch, some of the main ones: - async => helpful async library https://github.com/caolan/async https://github.com/caolan/async - nodeinspector => node js debugging in a nice webkit UI https://github.com/dannycoates/node-inspector https://github.com/dannycoates/node-inspector - riakjs => for talking to Riak: http://riakjs.org/ http://riakjs.org/ - knox => S3 helper https://github.com/LearnBoost/knox https://github.com/LearnBoost/knox - optimist => helper lib for writing command line node apps (no more bash :) https://github.com/substack/node-optimist https://github.com/substack/node-optimist - mocha => unit testing node code https://github.com/visionmedia/mocha https://github.com/visionmedia/mocha - emailjs => email helper https://github.com/eleith/emailjs https://github.com/eleith/emailjs - uglifyjs => code minification https://github.com/mishoo/UglifyJS https://github.com/mishoo/UglifyJS
- kenperkins 14y agoI've actually been curating this set for a little while. http://clipboard.com/ken/nodejs_modules http://clipboard.com/ken/nodejs_modules