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?

はじめてのアドベントカレンダーAdvent Calendar 2024

Day 21

【言語初心者】Node.jsって何?

Last updated at Posted at 2024-12-06

はじめに

どうも、:cheese::cake:です
今回は、Node.jsは一体何者なのか、解説していきます。
追記:2024/12/6 16:55 Node.jsは言語ではなくJavaScript実行環境です。
普通に間違えました...

注意
この記事は初心者が調べたことをまとめているだけです。
間違いがあるかもしれません

Node.jsは何者?

  • JavaScriptで書かれたプログラムを実行するための環境、実行エンジン
  • Webブラウザ内(クライアントサイド)ではなく、単体(サーバサイド)で実行できる!
  • 大量のネット接続をすぐにさばける!
    といった、つよつよJavaScript実行エンジンです!

用途

大体の場合は、JavaScriptで書かれたWebサーバ・Webサービスを動かす。

使用例

  • Uber
  • Netflix
  • Spotify
  • Scratch (多分)

結論

Javascriptを使い非同期でサーバーを立てることができるのがNode.js!

1
0
2

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?