Update Ascii-art schema
This commit is contained in:
parent
2917a33cd8
commit
f59a1ba979
31
README.md
31
README.md
|
@ -7,20 +7,23 @@
|
|||
[![GoDoc](https://godoc.org/github.com/moul/gotty-client?status.svg)](https://godoc.org/github.com/moul/gotty-client)
|
||||
|
||||
```ruby
|
||||
+----------------+ +----------------+ +-------------+
|
||||
| | | +---------> /bin/bash |
|
||||
+---> Browser -----+ | gotty | | +-------------+
|
||||
+-------+ | | | | | | |
|
||||
| | | +----------------+ | | | | +-------------+
|
||||
| Bob +---+ +--->---websockets+---------> /bin/bash |
|
||||
| | | +================+ | | | | +-------------+
|
||||
+-------+ | |................| | | | |
|
||||
+--->..gotty-client.-----+ | | | +-------------+
|
||||
|................| | +---------> /bin/bash |
|
||||
+================+ +----------------+ +-------------+
|
||||
|
||||
^ ^ ^ ^ ^
|
||||
| | | | |
|
||||
┌─────────────────┐
|
||||
┌──────▶│ /bin/bash │
|
||||
│ └─────────────────┘
|
||||
┌──────────────┐ ┌──────────┐
|
||||
│ │ │ Gotty │
|
||||
┌───────┐ ┌──▶│ Browser │───────┐ │ │
|
||||
│ │ │ │ │ │ │ │
|
||||
│ │ │ └──────────────┘ │ │ │ ┌─────────────────┐
|
||||
│ Bob │───┤ websockets─▶│ │─▶│ emacs /var/www │
|
||||
│ │ │ ╔═ ══ ══ ══ ══ ╗ │ │ │ └─────────────────┘
|
||||
│ │ │ ║ ║ │ │ │
|
||||
└───────┘ └──▶║ gotty-client ───────┘ │ │
|
||||
║ │ │
|
||||
╚═ ══ ══ ══ ══ ╝ └──────────┘
|
||||
│ ┌─────────────────┐
|
||||
└──────▶│ tmux attach │
|
||||
└─────────────────┘
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
Loading…
Reference in New Issue