Commit Graph

71 Commits (cf40aea3a2692ad471a4589827ba9ab11869d814)
 

Author SHA1 Message Date
Vasile Popescu ae3faa9646 Add a small section to README file about pre-built binaries 6 years ago
Vasile Popescu 9c7e71c54c Use a more secure session ID generator 6 years ago
Vasile Popescu a87782762d Change the default value for the server frontend path
The default value of "" is relied on, so the server can fallback on the
builtin frontend resources.
6 years ago
Vasile Popescu 289354370d Add the sender as part of the `dist` make target as well 6 years ago
Vasile Popescu cfa0640706 Add the demo gif inline the README file 6 years ago
Vasile Popescu a34033d92e Add small changes to document the project here and there 6 years ago
Vasile Popescu aee0834308 Redirect from homepage to the github project page 6 years ago
Vasile Popescu 2fa92bfac3 Add a simple page for invalid sessions 6 years ago
Vasile Popescu bbcc9a8771 Change the color on the 404 page 6 years ago
Vasile Popescu 2e15e457ab Fix serving the frontend from a path 6 years ago
Vasile Popescu ca99245dc1 Don't wait for Enter key to be pressed to start the session 6 years ago
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
6 years ago
Vasile Popescu e4e64158db Add a "dist" target to build the server for more platforms 6 years ago
Vasile Popescu 885e5f1766 Add a way to notify the sender when new receivers connect
Also try to "refresh" the terminal, when new receivers connect, so the
content is fully rendered on the receiver side.
At the moment, the "refresh" is faked with making the window smaller and
then back bigger, after a short time (there doesn't seem to be a way to
tell the app to re-draw itself. Or is there?).
6 years ago
Vasile Popescu 4e34ba846f Add a small docker setup to run the server 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 f8e90e0e04 Move the tty-receiver frontend inside a folder 6 years ago
Vasile Popescu 4a8a806193 Add some static pages
One used for 404 errors, and the other one being a placeholder of the
invalid session case, when the session ID is not recognised.
6 years ago
Vasile Popescu 602259cdd8 Add support for TLS/HTTPS on both the client and the server
At the moment the server side doesn't support SSL for the web end.
The tty_sender supports TLS for the server connection, which is
specified via a command line argument.

The websockets connection on the frontend side is using an address based
on the window.location.protocol (ws:// or wss://)
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