Skip to content

simonw/node_debug

 
 

Repository files navigation

HTTP based console and object explorer for node.js.

to include in another project
var debug = require("debug.js");
debug.listen(8080);

to run example (listens on port 8080)
$ /usr/local/bin/node example.js

About

HTTP based console and object explorer for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 100.0%