TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Xterm.js 1.1 – Full in-browser terminal with IME support and physical scrolling

43 pointsby pariskover 8 years ago

6 comments

paulirishover 8 years ago
xterm.js was adopted a bit ago for Visual Studio Code. It&#x27;s quite nice. <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;integrated-terminal" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;integrated-termina...</a><p>Another project worth mentioning is hterm. It&#x27;s used in the Secure Shell Chrome extension and in the Hyperterm project. <a href="https:&#x2F;&#x2F;chromium.googlesource.com&#x2F;apps&#x2F;libapps&#x2F;+&#x2F;master&#x2F;hterm" rel="nofollow">https:&#x2F;&#x2F;chromium.googlesource.com&#x2F;apps&#x2F;libapps&#x2F;+&#x2F;master&#x2F;hter...</a>
stuaxoover 8 years ago
It&#x27;s worth doing a bit of performance testing on these.<p>The last one I tested (not xterm.js) really started bogging down (I made a simple test that sent output to two terminals at the same time) - when sent a lot of data, until it was possible to freeze the browser.
评论 #12340398 未加载
Lercover 8 years ago
Nice. I&#x27;m currently using a cobbled together terminal in my project, it works well enough to run nano but no scrollbuffer or text selection. I have a system where Linux processes can connect to a Unix domain socket and it tunnels over a websocket connection to provide the UI. Sort of like X11 only with a webpage on the far end.<p>Xterm.js and hterm both seem like good candidates for a real-world use terminal
santa_boyover 8 years ago
I use Wetty. It is too good and gives a near native terminal experience.<p>Link below ..<p>[krishnasrinivas&#x2F;wetty: Terminal in browser over http&#x2F;https. (Ajaxterm&#x2F;Anyterm alternative, but much better)](<a href="https:&#x2F;&#x2F;github.com&#x2F;krishnasrinivas&#x2F;wetty" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;krishnasrinivas&#x2F;wetty</a>)
rmetzlerover 8 years ago
How would that compare to GoTTY[1]?<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;yudai&#x2F;gotty" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yudai&#x2F;gotty</a>
评论 #12340386 未加载
fulafelover 8 years ago
What is the connection to xterm?
评论 #12342932 未加载
评论 #12342083 未加载