network-activity-viewer
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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 !!!

Nx - Smart, Fast and Extensible Build System

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

Package Sidebar

Install

npm i network-activity-viewer

Weekly Downloads

104

Version

1.0.10

License

MIT

Unpacked Size

670 kB

Total Files

34

Last publish

Collaborators

  • saivishnu