Hacker News new | ask | show | jobs
by r3dey3 2509 days ago
I've never tried any of the following, but have come across them:

* https://github.com/vitorbaptista/shellshare

* https://tmate.io/

* https://github.com/yudai/gotty - actually gives you a tty in a browser

* https://github.com/dtinth/ttycast

(edit: formatting)

2 comments

Even nicer because it does not need a third party server is https://github.com/maxmcd/webtty Communication is done using webrtc
tmate is awesome for pair programming
But it goes through a third party server instead of locally at least by default.