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 1 year has passed since last update.

Node.jsについて

Posted at

はじめに

※以下の内容には誤りが含まれる可能性があります

Node.jsについて学んだことを書いていきます。

具体的な内容

Node.jsとは何か

Webページ作成などの際に使われるJavaScriptをサーバー側で動作させるプラットフォームです。

Node.jsを使うメリット

・大量のアクセスに強い。リアルタイムで処理を実行可能です。
・クライアントサイドからサーバーサイドまで同じスクリプトが使える。

Node.jsを使うデメリット

・対応してるサーバが少ない。
・特定のイベントの処理が重たいとリクエストが待ち状態になる。

まとめ

Node.jsを使うことでJavaScriptをサーバー側で動作させることができ、それによって色々なことが実現できることを知りました。引き続き学習を続けます。

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?