Modern Node.js Patterns for 2025
最近のNode.jsで利用できる機能について。
ESM、node:
prefix、built-in fetch APIやtesting frameworkの使用、top-level await。
Worker threadsによる並列処理、AbortControllerによるキャンセル処理、async iteratorsによるイベント処理。
Permission model、import mapsによるモジュール解決、Single Executable Applicationsによる単一実行可能ファイルの作成などについて