Initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
@startuml
|
||||
|
||||
title RSS feed
|
||||
|
||||
cloud web
|
||||
|
||||
node nodejs {
|
||||
TCP -right- [express]
|
||||
}
|
||||
|
||||
database list
|
||||
|
||||
web -down-> TCP : 1. /rss
|
||||
list -left-> express : 2.
|
||||
express -up-> web : 3. xml
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user