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/rss.txt
T
2019-06-18 19:54:58 +02:00

17 lines
183 B
Plaintext

@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