SmartHomeDashboard/Doku/Systemarchitektur1.puml

19 lines
247 B
Plaintext

@startuml
node ioBroker as i
package SmartHomeDashboard as d #gold {
node Server as s {
collections nodejs
}
package Client as c {
collections html
collections css
collections js
}
}
:User: --> c
c --> s
s --> i
@enduml