mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-22 12:24:25 +00:00
Explain architecture briefly in README
Mentioning hterm and wetty so that people don't get confused that GoTTY has an original terminal implementation.
This commit is contained in:
parent
beda1d7ab7
commit
9b77c32d7c
@ -103,6 +103,10 @@ godep restore
|
||||
make
|
||||
```
|
||||
|
||||
## Architecture
|
||||
|
||||
Gotty uses [hterm](https://groups.google.com/a/chromium.org/forum/#!forum/chromium-hterm) to run a JavaScript based terminal on web browsers. Gotty itself provides a websocket server that simply relays output from the PTY to clients and receives input from clients and forwards to the PTY. This hterm + websocket idea is highly inspired by [Wetty](https://github.com/krishnasrinivas/wetty).
|
||||
|
||||
# License
|
||||
|
||||
The MIT License
|
||||
|
Loading…
Reference in New Issue
Block a user