From d02e793cdaddabc9a1bb23faf8b2e325d9c6813c Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 21 Feb 2014 18:03:09 -0500 Subject: [PATCH] Added node-inspector debugging tool to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cca18e62fb..eef18468dd 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ Recommended Node.js Libraries - [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"`. - [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 ---------------------------------