Xterm.js
xtermjs.org
Xterm.js
1–10 of 67 posts
Re: Xterm.js
#2That’s quite a roster of clients using xtermjs.
Re: Xterm.js
#3"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Re: Xterm.js
#4Related is https://hterm.org/ , used with the built in ssh terminal in chromebooks.
Re: Xterm.js
#5The demo on the homepage seems to be broken in Safari on macOS. I'm not seeing any text.
Re: Xterm.js
#6"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Running in the browser is no more (or less) untrusted than running a dedicated terminal client.
Re: Xterm.js
#7"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Running in the browser is no more (or less) untrusted than running a dedicated terminal client.
That a terminal in the browser can't make ssh connections without a separate http or websocket bridge complicates that. Depends on that bridge and who/how/where it's running.
Re: Xterm.js
#8"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Are terminals better sandboxed when run outside of a browser?
Re: Xterm.js
#9A well made library, we use it as part of the REPL demos for CheerpX, our WebAssembly-powered X86 virtual machine.