Search code examples
node.jsgoogle-chrome-devtoolsread-eval-print-loop

How was that program called that shipped standalone Chrome Dev Tools with Node.js?


I remember using a piece of software that provided you with a standalone Dev Tools GUI window with a Node REPL console. It used a three-letter name that started with N. It was a pretty useful tool but I just forgot its name and it is surprisingly ungooglable. Like it's gone from the internet.


Solution

  • ndb. The original ndb is no longer maintained

    ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools