File: readme.md

package info (click to toggle)
tty-share 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,556 kB
  • sloc: javascript: 153; makefile: 20; sh: 10
file content (12 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# Proxy

`tty-share` will open a `TCP` connection to a public proxy.

This proxy will act like a reverse proxy, but it will not open new connections to any new back
server, and instead it will simulate multiple multiplexed connections over the `TCP` connection
already opened by `tty-share` mentioned above.

The proxy will be completely dumb. It will only proxy connections coming from client browsers to the
`tty-share`. It will be the `tty-share` command that will serve the content, and the ws
connections. Any SSL/WSS from the web clients will be terminated by nginx or other typical reverse
proxy.