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)
|
[![GoDoc](https://godoc.org/github.com/moul/gotty-client?status.svg)](https://godoc.org/github.com/moul/gotty-client)
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
+----------------+ +----------------+ +-------------+
|
┌─────────────────┐
|
||||||
| | | +---------> /bin/bash |
|
┌──────▶│ /bin/bash │
|
||||||
+---> Browser -----+ | gotty | | +-------------+
|
│ └─────────────────┘
|
||||||
+-------+ | | | | | | |
|
┌──────────────┐ ┌──────────┐
|
||||||
| | | +----------------+ | | | | +-------------+
|
│ │ │ Gotty │
|
||||||
| Bob +---+ +--->---websockets+---------> /bin/bash |
|
┌───────┐ ┌──▶│ Browser │───────┐ │ │
|
||||||
| | | +================+ | | | | +-------------+
|
│ │ │ │ │ │ │ │
|
||||||
+-------+ | |................| | | | |
|
│ │ │ └──────────────┘ │ │ │ ┌─────────────────┐
|
||||||
+--->..gotty-client.-----+ | | | +-------------+
|
│ Bob │───┤ websockets─▶│ │─▶│ emacs /var/www │
|
||||||
|................| | +---------> /bin/bash |
|
│ │ │ ╔═ ══ ══ ══ ══ ╗ │ │ │ └─────────────────┘
|
||||||
+================+ +----------------+ +-------------+
|
│ │ │ ║ ║ │ │ │
|
||||||
|
└───────┘ └──▶║ gotty-client ───────┘ │ │
|
||||||
^ ^ ^ ^ ^
|
║ │ │
|
||||||
| | | | |
|
╚═ ══ ══ ══ ══ ╝ └──────────┘
|
||||||
|
│ ┌─────────────────┐
|
||||||
|
└──────▶│ tmux attach │
|
||||||
|
└─────────────────┘
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in New Issue