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:
Iwasaki Yudai 2015-08-22 09:49:55 +09:00
parent beda1d7ab7
commit 9b77c32d7c

View File

@ -103,6 +103,10 @@ godep restore
make 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 # License
The MIT License The MIT License