Skip to content

cursorial/node-visualvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Process Visualizer

This project provides a visual interface for monitoring Node.js processes.

Getting Started

  1. Ensure you have Node.js and Yarn installed on your system.

  2. Clone this repository:

    git clone https://github.com/cursorial/node-visualvm.git
    cd node-visualvm
    
  3. Install dependencies:

    yarn
    

    This will install dependencies for both the client and server.

  4. Start the application:

    yarn start
    

This will start both the server and client, and automatically open the application in your default web browser.

Development

  • The client runs on http://localhost:3002
  • The server runs on http://localhost:3001

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published