Initial commit

This commit is contained in:
Klemek
2019-06-18 19:54:58 +02:00
commit db03535ee9
11 changed files with 171 additions and 0 deletions
+17
View File
@@ -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