hterm.js vs xterm.js

1 min read Original article ↗
URI For Websocket

Protocol description:
using binary frame as terminal I/O
using text frame (only from client to server) to request resize: { resize: { cols: number, rows: number } }
My implemention: ptyd