Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 463 Bytes

xterm-addon-attach-socketio

It's used socket.io server and client without origin WebSocket.

Installation

npm install xterm-addon-attach-socketio

Demo

Server

npm i

tsc -p demo
node demo/server.js

Client

open demo/index.html
demo.mov