Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Last active July 10, 2019 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandescottes/d4523776fab55044d4466522ddb5b5ee to your computer and use it in GitHub Desktop.
Save juliandescottes/d4523776fab55044d4466522ddb5b5ee to your computer and use it in GitHub Desktop.
┌─────────────────────────────────────────────────┐
│ │
1 ▼ │
┌───────────────┐ 1 ┌───────────────┐ 1..n┌───────────────┐
│ RemoteAgent │──────▶│ HttpServer │◀───────▶│ JsonHandler │
└───────────────┘ └───────────────┘ 1 └───────────────┘
│ 1 ┌────────────┐ 1
└───────────────▶│ Targets │◀─┐
└────────────┘ │
│ │
▼ 1..n │
┌────────────┐ │
┌─────────────────│ Target[3] │ │
│ └────────────┘ │
│ ▲ 1 │
▼ 1..n │ │
┌────────────┐ 1..n┌────────────┐ │
│ Connection │◀─────────▶│ Session[1] │──┘
└────────────┘ 1 └────────────┘
│ 1 ▲
│ │
▼ 1 ▼ 1
┌────────────────────┐ ┌────────────┐ 1..n┌────────────┐
│ WebSocketTransport │ │ Domains │──────────▶│ Domain[2] │
└────────────────────┘ └────────────┘ └────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment