Commit Graph

7 Commits (dd7d7b8bfa3c5c2ed8121f2df7a5d69679f7ac08)

Author SHA1 Message Date
Vasile Popescu 365fba77f1 Use the go.tty-share.com as the default server address 5 years ago
Vasile Popescu ded629f481 Remove the "proxy" wording from the tty-server 5 years ago
Vasile Popescu 22d2c3610c Change the first message tty_sender prints when starting 6 years ago
Vasile Popescu ca99245dc1 Don't wait for Enter key to be pressed to start the session 6 years ago
Vasile Popescu 885e5f1766 Add a way to notify the sender when new receivers connect
Also try to "refresh" the terminal, when new receivers connect, so the
content is fully rendered on the receiver side.
At the moment, the "refresh" is faked with making the window smaller and
then back bigger, after a short time (there doesn't seem to be a way to
tell the app to re-draw itself. Or is there?).
6 years ago
Vasile Popescu 602259cdd8 Add support for TLS/HTTPS on both the client and the server
At the moment the server side doesn't support SSL for the web end.
The tty_sender supports TLS for the server connection, which is
specified via a command line argument.

The websockets connection on the frontend side is using an address based
on the window.location.protocol (ws:// or wss://)
6 years ago
Vasile Popescu 9f0a1474f2 Initial commit 6 years ago