Commit 9b77c32d by Iwasaki Yudai

Explain architecture briefly in README

Mentioning hterm and wetty so that people don't get confused that GoTTY
has an original terminal implementation.
1 parent beda1d7a
Showing with 4 additions and 0 deletions
......@@ -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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!