https://github.com/petermcd/dependencyvisualiserweb
Web interface for the Dependency Visualiser package
https://github.com/petermcd/dependencyvisualiserweb
Last synced: 9 days ago
JSON representation
Web interface for the Dependency Visualiser package
- Host: GitHub
- URL: https://github.com/petermcd/dependencyvisualiserweb
- Owner: petermcd
- License: gpl-3.0
- Created: 2019-06-16T00:50:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T23:07:06.000Z (5 months ago)
- Last Synced: 2026-01-22T05:57:39.297Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dependency Visualiser Web
This ia very early stage demo of an output driver for
my [Dependency Visualiser](https://github.com/petermcd/Dependency-Visualiser)
project. This implementation is not reliant on any specific
storage mechanism and simply retrieves the data from an AJAX query.
This project is far from finished and contains some known bugs.
### TODO
* Currently not using locally installed packages. This is causing
latency issues
* look into using imports for including other javascript files to
improve overhead
* Investigate the use of websockets or server sent events to receive
data, this will help with larger databases