mirror of
https://github.com/doctor112-1/remote-terminal-renderer.git
synced 2026-03-16 13:12:07 -05:00
No description
- JavaScript 100%
| .gitignore | ||
| index.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
remote-terminal-renderer
take a node-pty websocket stream and render it in terminal
use
create a .env file
URL="https://url"
USERNAME="username"
PASSWORD="password"
you only need username and password if there is a basic authentication prompt on the server
run npm i to install dependencies and node index.js to run