Visualization of SST graph w/ Traffic
Install http-server
and run http-server
in the root directory.
Examples of installing on different distros:
- MacOS:
brew install http-server
- Ubuntu:
sudo apt-get install npm && sudo npm install -g http-server
- RHEL:
sudo dnf install npm && sudo npm install -g http-server