This is the protocol available with --inspect
in node 6.3+.
See Debugging Node.js with Chrome DevTools
to understand the basics of using the DevTools with Node. This protocol allows any tool to connect to node to debug it.
The protocol domains available expose all underlying methods that deliver the JavaScript functionality found in Chrome DevTools. More on the debugging protocol.