I am developing a web application based on third-level architecture client side: HTML5, CSS, JS, jQuery .. middle level: nodeJS Database: mysql
I need to make the overall design of a mid-tier part using UML diagrams. that the confusion is that nodeJS is not a class oriented like Java and C ++, so the question is whether it is possible to implement a class diagram for the node part, and if not, what are the alternatives?
source
share