An open API service indexing awesome lists of open source software.

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

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
```