Skip to content

Instantly share code, notes, and snippets.

@linux-china
Last active April 22, 2016 13:47
Show Gist options
  • Save linux-china/7563171 to your computer and use it in GitHub Desktop.
Save linux-china/7563171 to your computer and use it in GitHub Desktop.
PlantUML demo file
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
Alice --> Bob: New request
Alice --> Bob: New request 2
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment