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
- Host: GitHub
- URL: https://github.com/jusqua/tty-websocket-exposure-example
- Owner: jusqua
- Created: 2025-02-13T00:29:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T00:33:13.000Z (over 1 year ago)
- Last Synced: 2025-02-23T10:29:50.820Z (over 1 year ago)
- Topics: javascript, pty, websocket, xterm-js
- Language: JavaScript
- Homepage: https://localhost
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```