1.0.2 • Published 1 year ago

@anissoft/http-debug v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

HTTP-DEBUG - NodeJS network debugging tool

UI Example

Installation

npm --registry=https://registry.npmjs.org i @anissoft/http-debug@latest --no-save

Usage

Import start command from package and execute it in the very beginning of your program. It will start the static server and provide exact link to the web interface in the terminal.

const { start } = require('@anissoft/http-debug');

start({ port: 4900 });

The best way to do so - place the above code in a separate file (e.g. debug.js) and import it in your application's entry point (e.g. index.js).

require('./debug.js');

// your code...
1.0.2

1 year ago

1.0.0-beta5

2 years ago

1.0.0-beta4

2 years ago

1.0.0-beta3

2 years ago

1.0.0-beta2

2 years ago

1.0.0-beta1

2 years ago

1.0.0-beta

2 years ago