Commit Graph

4 Commits (master)

Author SHA1 Message Date
Vasile Popescu ef39dfc5a1 Add support for TCP tunneling
Tunnel a TCP connection from the local client side to the remote server
side. This, of course, works only for the command line client, and not
the web browser client.
2 years ago
Vasile Popescu 33c6017254 Use a mutex to avoid concurrent writes to the WS connections
Concurrent writes to the same WS connection are not allowed by the
gorrila/websocket package.
4 years ago
Vasile Popescu 366edcd23e Refactor the messages marshaling and unmarshaling 4 years ago
Vasile Popescu 584cba56c9 Add support for local network terminal sharing
Moved the server inside the tty-share binary, and serve it locally
4 years ago