# node-webterm **Repository Path**: SinoSolomon/node-webterm ## Basic Information - **Project Name**: node-webterm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-07 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README terminal.js-webshell ==================== this is a demo application for [child_pty](https://github.com/Gottox/child_pty) and [terminal.js](https://github.com/Gottox/terminal.js). running this demo ----------------- ``` cd node-webterm npm install npm start ``` Then point your browser to http://127.0.0.1:3000 ![Demo](https://raw.githubusercontent.com/Gottox/terminal.js-webshell/master/demo.gif) To share a terminal ([ref](https://www.gabriel.urdhr.fr/2016/10/18/terminal-sharing/)): ```sh script -f ~/script.log # in the terminal to be shared ``` Then change the input to: ``` "login": "tail -f ~/script.log", ``` **WARN**: all content is sent via pure HTTP (plain text).