Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
node は高速 I/O ノンブロッキング プラットフォームであり、ネットワーク アプリケーションだけである必要はないように思えます。
では、サーバーとしてではなく、ノードを使用することが有益である場合があるのだろうか? たとえば、コマンドライン プログラムを作成する場合などです。
グラントはその好例です。これは、ほとんどの人がビルド ツールとして使用する JS タスク ランナーです。サーバーを実行させない限り、CLI 経由でのみ通信します。