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

https://github.com/jusqua/tty-websocket-exposure-example

A simple example how to expose a pseudo-tty using websocket to be accessed by another application like xterm.js
https://github.com/jusqua/tty-websocket-exposure-example

javascript pty websocket xterm-js

Last synced: 10 months ago
JSON representation

A simple example how to expose a pseudo-tty using websocket to be accessed by another application like xterm.js

Awesome Lists containing this project

README

          

# TTY Websocket exposure example

A simple example how to expose a pseudo-tty using websocket to be accessed by another application like [xterm.js](https://xtermjs.org/)

## Starting Websocket

```bash
npm install
npm start
```