1.0.10 • Published 1 year ago

network-activity-viewer v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.0.9

1 year ago

1.0.10

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago