Hacker News new | ask | show | jobs
by seveibar 705 days ago
We used this to build an interactive cli in the browser for Seam, and I’m currently working on using it to host a local typescript language server for tscircuit so that the playground has autocomplete. Imo a very useful technology
1 comments

You can use xterm.js to implement interactive cli in browsers, and you can use backend language server to implement autocomplete.

xterm.js is just not so fashion.