Commit Graph

9 Commits (master)

Author SHA1 Message Date
Vasile Popescu 3c77e059b3 Add the forgotten folder with the frontend js code 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
Vasile Popescu b395112857 Add --version command line flag 4 years ago
Vasile Popescu a27cd48730 Separate the tty-share tool from the server side 4 years ago
Vasile Popescu 16e464da9b Rename the tty-sender to tty-share
The rename came with quite a lot of changes, including some refactoring
in the Makefile which wouldn't make any more sense after the rename.
5 years ago
Vasile Popescu 289354370d Add the sender as part of the `dist` make target as well 6 years ago
Vasile Popescu 906f225899 Refactor the frontend structure
Change the Makefile and webpack config to reflect the new structure of
where we keep the frontend generated files.

Use the 404 static pages when requests are made to paths not found.

Add a small doc describing the available http routes.
6 years ago
Vasile Popescu caaf694b6c Bundle the frontend resources inside the server binary
Use go-bindata to bundle all the frontend server resources inside the
server binary, so it's easier to re-distributed.
6 years ago
Vasile Popescu 9f0a1474f2 Initial commit 6 years ago