Skip to content

Instantly share code, notes, and snippets.

@xianminx
Created August 8, 2019 15:58
Show Gist options
  • Save xianminx/f4ff657f37f9a1e884c0207e35d493d0 to your computer and use it in GitHub Desktop.
Save xianminx/f4ff657f37f9a1e884c0207e35d493d0 to your computer and use it in GitHub Desktop.
@startuml component
actor client
node app
database db
db -> app
app -> client
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment