xterm-addon-attach-socketio
v0.0.1
Published
xterm-addon-attach-socketio ------------------------------ It's used [socket.io](https://github.com/socketio/socket.io) server and client without origin WebSocket.
Readme
xterm-addon-attach-socketio
It's used socket.io server and client without origin WebSocket.
Installation
npm install xterm-addon-attach-socketioDemo
Servver
tsc -p demo
node demo/server.jsClient
open demo/index.html