Tag

xterm.js

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Aug 3, 2022 · Frontend Development

An Introduction to Xterm.js: Features, Installation, and Usage

Xterm.js is a TypeScript‑based front‑end terminal component that provides fast, GPU‑accelerated, Unicode‑rich, self‑contained terminal emulation for web applications, with detailed installation steps, ES6 imports, plugin architecture, browser and Node.js support, and extensive real‑world usage examples.

JavaScriptTypeScriptbrowser
0 likes · 9 min read
An Introduction to Xterm.js: Features, Installation, and Usage
Taobao Frontend Technology
Taobao Frontend Technology
Feb 11, 2022 · Frontend Development

Boost Web IDE Terminal Performance with xterm.js and node-pty Optimizations

This article explains how modern web IDEs implement terminal functionality using xterm.js and node-pty, examines performance problems caused by massive output and communication bottlenecks, and presents a simple batch‑processing optimization inspired by Hyper that dramatically improves responsiveness.

OptimizationPerformancenode-pty
0 likes · 8 min read
Boost Web IDE Terminal Performance with xterm.js and node-pty Optimizations
Java Architect Essentials
Java Architect Essentials
Mar 2, 2021 · Backend Development

Implementing a WebSSH Terminal with Spring Boot, WebSocket, JSch, and xterm.js

This article walks through building a WebSSH solution from scratch using Spring Boot for the backend, WebSocket for real‑time communication, JSch for SSH handling, and xterm.js on the frontend to render a terminal‑like interface, complete with code examples and deployment tips.

JSchSSHSpringBoot
0 likes · 18 min read
Implementing a WebSSH Terminal with Spring Boot, WebSocket, JSch, and xterm.js
Java Captain
Java Captain
Dec 27, 2020 · Backend Development

Implementing a WebSSH Terminal with SpringBoot, WebSocket, JSch, and xterm.js

This article demonstrates how to build a WebSSH terminal from scratch using SpringBoot for the backend, WebSocket for real‑time communication, JSch for SSH connections, and xterm.js for the front‑end terminal UI, including dependency setup, server‑side logic, and client‑side integration.

SSHSpringBootWebSSH
0 likes · 17 min read
Implementing a WebSSH Terminal with SpringBoot, WebSocket, JSch, and xterm.js