1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

node備忘録

Last updated at Posted at 2021-03-24

概要

nodeについて細かい備忘録をまとめました。

V8

Googleが提供しているオープンソースで、javascriptやwebアセンブリを実行するエンジン。

Node.js

Chromeのv8エンジンにて動作するjavascriptのフィールド(環境)。

  • 特徴
    イベント起因でコールバックを非同期的に発火することができる。
    如何様にも状況が変化する(スケーラブルな)アプリケーションに対応する目的で設計されている。

CLI

コマンドラインインターフェース。
コマンドライン、ターミナルからソフトウェアやアプリケーションに対して情報を伝える環境。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?