Tagged articles
3 articles
Page 1 of 1
DaTaobao Tech
DaTaobao Tech
Jul 29, 2022 · Frontend Development

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

This article explains how modern web IDEs implement an integrated terminal using xterm.js and node-pty, analyzes the performance bottlenecks caused by massive output and RPC contention, and presents a simple batching optimization inspired by Hyper that dramatically improves responsiveness.

WebSocketnode-ptyterminal performance
0 likes · 8 min read
Boosting Web IDE Terminal Performance with xterm.js and node-pty
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