https://github.com/codehz/ptyd
streaming pty via websocket
https://github.com/codehz/ptyd
Last synced: 6 months ago
JSON representation
streaming pty via websocket
- Host: GitHub
- URL: https://github.com/codehz/ptyd
- Owner: codehz
- Created: 2020-02-04T09:39:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T13:05:01.000Z (almost 6 years ago)
- Last Synced: 2025-07-27T06:34:53.124Z (6 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ptyd
A simple web terminal backend for testing hterm and xterm.js renderer
Should NOT use it in production
## Usage
```bash
npx ptyd -c /usr/bin/bash
```
or in windows:
```bat
npx ptyd -c C:\\Windows\\System32\\cmd.exe
```