2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-17 21:25:33 +00:00
Go to file
Vasile Popescu 828c45eb48 Force the browser to reload when closing the session
After reload, the browser will be forced to display the page which says
the session doesn't exist anymore. This is a temporary solution, before
a better way to tell the user the connection has been closed will be
2018-05-19 15:16:11 +02:00
common Add a way to notify the sender when new receivers connect 2018-05-19 15:16:11 +02:00
doc Refactor the frontend structure 2018-05-19 15:16:11 +02:00
docker Add a small docker setup to run the server 2018-05-19 15:16:11 +02:00
frontend Force the browser to reload when closing the session 2018-05-19 15:16:11 +02:00
testing Initial commit 2018-04-05 20:47:19 +02:00
tty-sender Add a way to notify the sender when new receivers connect 2018-05-19 15:16:11 +02:00
tty-server Add a way to notify the sender when new receivers connect 2018-05-19 15:16:11 +02:00
.gitignore Refactor the frontend structure 2018-05-19 15:16:11 +02:00
Makefile Add a "dist" target to build the server for more platforms 2018-05-19 15:16:11 +02:00
README.md Initial commit 2018-04-05 20:47:19 +02:00

TTY Share

A small tool to allow sharing a terminal command with others via Internet. Shortly, the user can start a command in the terminal and then others can watch that command via Internet in the browser. More info to come.

Run the code

  • Build the frontend
cd tty-share/frontend
npm install
npm run build
  • Run the server
cd tty-share
make run