0
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 5 years have passed since last update.

Node.js (1)背景説明とインストールまとめ

Posted at

Node.jsとは

一般的なJavascript使う場合はクライエントですが、Google社はJavascript V8 エンジン発表された、node.jsはV8入れるバックエンドサーバーとしてのオープンモジュールです。V8の特性あるので、node.jsはchromeのConsole似てる機能も付きます。それでは、Javascriptはフルスタック言語になっている。

インストール

環境:MacOS,Homebrew 2.1.16

環境バージョンアップデート
~:brew update 
安定バージョンインストール
~:brew install node 
バージョン確認
~:brew -v 
v10.13.0
0
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
0
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?