Comment by austin-cheney
Comment by austin-cheney 6 days ago
I recently gave up on a native JavaScript only PTY. You absolutely needs third party binaries to make use of OS APIs, namely open_pty and fork_pty from pty.h in posix and some C# functions for ConPTY on Windows. Xterm.js already does this. The only pure JavaScript solution would be for Xterm.js to become a core Node.js API module.