elisescu / tty-share

Share your linux or osx terminal over the Internet.
https://tty-share.com/
MIT License
806 stars 87 forks source link

Potential Augmentation #2

Closed endzyme closed 5 years ago

endzyme commented 6 years ago

Hi there!

I am curious how difficult it would be to change the pty client from a websocket frontend to a go binary client? Instead of connecting to the session with a browser it would be nice functonality to tty_receiver -server tty-share.elisescu.com:7654 and have an interactive terminal.

elisescu commented 5 years ago

@endzyme - sorry for the very late reply. I completely missed this. In theory shouldn't be difficult. In fact, I had this in mind when I tried to structure the code around the client/receiver side. Maybe not so far in the future I will have time to get back to it, and add that functionality :)