I have to figure out how a huge JavaScript code base works and I'm wondering if there are any CASE/UML tools to analyze its structure. I understand that there are several limitations because of the dynamic typing and existence of eval(), but I suppose if IDEs can offer meaningful inspections for JavaScript code these days, there must be some way to visualize dependencies, etc.
Asked
Active
Viewed 666 times
1
JaredPar
- 733,204
- 149
- 1,241
- 1,454
Asimina Pappas
- 313
- 3
- 7
-
Huge enough that I can't hold it all in my brain at once :) – Asimina Pappas Aug 18 '11 at 22:34
2 Answers
0
WAVI Web Application Viewer 2 (Node.js)
Generate a svg class diagram for your node.js web application.
WAVI is intended for developers who wish to document their web application or as a reverse engineering tool to recover the structure of a web application.
Xopi García
- 359
- 1
- 2
- 9