4.0.4 • Published 2 years ago

nodejs-echo v4.0.4

Weekly downloads
36
License
ISC
Repository
github
Last release
2 years ago

NodeJS Echo

Network debugging tool

NodeJS Echo provides an easy way to monitor requests from your nodejs application.

list view

request view

Installation

npm install nodejs-echo --save-dev

Usage

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

const { start } = require('nodejs-echo');

start({ port: 4900, secret: 'any-string' });

Parameter secret is optional but highly recommended to use in public networks;

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

require('./echo.js');

// your code...
4.0.4

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago