1.2.0 • Published 10 months ago

network-activity-viewer v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Network Debugger

Chrome devtools network tab like functionality for node apps!!!

There is no easy way to view network requests made from a node app similar to network tab in chrome devtools for ui apps.

This package solves this by tracking the network requests made from your node application and showing them in a chrome dev tools like UI !!!

Usage

  1. Install the package

    npm i network-activity-viewer

  2. Start network tracking

    // Add this code in a main js / ts file 
    import { initNetworkLogging } from 'network-activity-viewer';
    
    initNetworkLogging();
  3. See the requests made by navigating to http://localhost:4500 in the browser!

  4. Click on the reload icon to refresh the requests.

Note: This package expects ports 6262 and 4500 to be available

1.2.0

10 months ago

1.1.0

1 year ago

1.0.9

2 years ago

1.0.10

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago