Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ What Is Node.js? | Section
/
Node.js Fundamentals

bookWhat Is Node.js?

メニューを表示するにはスワイプしてください

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Unlike traditional JavaScript environments that run in web browsers, Node.js allows you to execute JavaScript code directly on your computer or server, outside of any browser. This means you can use JavaScript to build applications that run on the server side, such as web servers, command-line tools, APIs, and even desktop applications. Node.js is especially popular for building scalable network applications because it uses a non-blocking, event-driven architecture that can handle many connections at once without slowing down.

Node.js is commonly used for:

  • Building web servers and server-side applications;
  • Creating RESTful APIs for web and mobile apps;
  • Developing real-time applications like chat apps and online games;
  • Writing command-line utilities and automation scripts;
  • Prototyping and rapid application development.
Note
Definition

A "runtime environment" is a platform that provides everything needed to execute code written in a specific language. Node.js is considered a runtime environment because it supplies the engine (V8), libraries, and system interfaces required to run JavaScript programs outside the browser.

question mark

Which statement best describes Node.js and its primary use?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  1

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  1
some-alt