You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tsconnect/src
Mihai Parparita adc5ffea99 cmd/tsconnect: make PeerAPI work
JS -> native nodes worked already, tested by exposing a fetch() method
to JS (it's Promise-based to be consistent with the native fetch() API).

Native nodes -> JS almost worked, we just needed to set the LocalBackend
on the userspace netstack.

Fixes #5130

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
esbuild.d.ts cmd/tsconnect: switch to TypeScript 2 years ago
index.css cmd/tsconnect: make terminal resizable 2 years ago
index.ts cmd/tsconnect: make terminal resizable 2 years ago
js-state-store.ts cmd/tsconnect: switch to TypeScript 2 years ago
login.ts cmd/tsconnect: make terminal resizable 2 years ago
notifier.ts cmd/tsconnect: make terminal resizable 2 years ago
ssh.ts cmd/tsconnect: make terminal resizable 2 years ago
wasm_js.ts cmd/tsconnect: make PeerAPI work 2 years ago