This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GitBlog.md/uml/root.txt
2019-06-18 19:54:58 +02:00

27 lines
325 B
Plaintext

@startuml
title Homepage
cloud web
node nodejs {
TCP -right- [express]
}
package data {
component index [
index.ejs
style.css
...
]
}
database list
web -down-> TCP : 1. root
express -down-> index : 2
index --> express : 3
list -left-> express : 3
express -up-> web : 4. html
@enduml