Added node-inspector debugging tool to the list

This commit is contained in:
Sahat Yalkabov
2014-02-21 18:03:09 -05:00
parent eff0c28b54
commit d02e793cda

View File

@ -323,6 +323,7 @@ Recommended Node.js Libraries
- [Nodemailer](https://github.com/andris9/Nodemailer) - send emails with node.js (without sendgrid or mailgun). - [Nodemailer](https://github.com/andris9/Nodemailer) - send emails with node.js (without sendgrid or mailgun).
- [filesize.js](http://filesizejs.com/) - make file size pretty, e.g. `filesize(265318); // "265.32 kB"`. - [filesize.js](http://filesizejs.com/) - make file size pretty, e.g. `filesize(265318); // "265.32 kB"`.
- [Numeral.js](http://numeraljs.com) - a javascript library for formatting and manipulating numbers. - [Numeral.js](http://numeraljs.com) - a javascript library for formatting and manipulating numbers.
- [Node Inspector](https://github.com/node-inspector/node-inspector) - Node.js debugger based on Chrome Developer Tools.
Recommended Client-Side libraries Recommended Client-Side libraries
--------------------------------- ---------------------------------