Tag

node-pty

1 views collected around this technical thread.

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
Taobao Frontend Technology
Taobao Frontend Technology
Oct 12, 2021 · Backend Development

Fix Windows Build Tools Errors for Node.js Native Modules

Learn how to troubleshoot and permanently fix Windows Build Tools installation issues for Node.js native modules, covering PowerShell language mode, registry tweaks, environment variables, and both automatic and manual Visual Studio 2019 Build Tools setups.

Visual StudioWindows Build Toolsnode-gyp
0 likes · 8 min read
Fix Windows Build Tools Errors for Node.js Native Modules