私が使用した中で最高のWebサーバー
どのようなビジネス課題を解決できましたか?あるいは、どのようなメリットが得られましたか?
nginxを使用して複数のウェブサイトを運営しています。Angularなどの静的コンテンツを提供するWebサイトや、Ruby on Railsプロジェクトなどの動的コンテンツを提供するWebサイトも含まれます。nginxはAzure/awsのVMで1GBのRAMや1CPUなどの小さな構成で使用でき、最近非常に一般的なAngularを使用して構築されたWebサイトでも問題なく動作するため、私が気付いた利点は金銭的です。
改善してほしいポイントは何でしょうか?
コミュニティのサポートやドキュメンテーションは Apache のような他の Web サーバーほどではありませんが、専門知識やユースケースによっては十分でしょう。Apacheほどモジュール/拡張機能はありません。最初の設定方法を理解するのは難しいかもしれませんが、一度コツをつかめば、使い方は非常に簡単です。
この製品・サービスの良いポイントは何でしょうか?
Apacheのようなウェブサーバーに対するNginxの主な利点の1つは、Nginxがウェブリクエストごとに新しいプロセスを設定せず、CPUごとに1つのワーカープロセスを設定するというデフォルト構成であることです。Nginxは、次のようなさまざまなシナリオでも使用できます。
TCP、UDP、HTTP、HTTPS、SMTP、POP3、IMAP プロトコルのリバースプロキシサーバーとして機能できます。
ロードバランサーおよび HTTP キャッシュとして機能できます。
非常に軽量なので、必要なリソースやメモリが少なくて済みます。
少ないメモリフットプリントで10,000以上の同時接続を処理可能
検討者にお薦めするポイントがあれば記入ください
頑張れ。リソースの必要性が最小限に抑えられた、非常に軽量なWebサーバーです。AWS/Azureの小さなVMに中小企業/新興企業のウェブサイトをデプロイするのに非常に便利です。1 CPUと1 GBのRAMでも動作します
続きを開く
Best Web Server i have used
What problems is the product solving and how is that benefiting you?
We run multiple websites using nginx. Including websites serving static contents like Angular and also dyanmic content like Ruby on Rails Projects. The benifits i have realised are monetory as nginx can be used on small configurations like 1gb ram and 1 cpu on VM's on azure/aws and works flawlessly for websites built using angular which are very common these days
What do you dislike about the product?
Less community support and documentation than other web servers like Apache, but probably more than enough depending on your expertise and use case. Not as many modules / extensions as Apache. Could be difficult to understand how to configure initially, but once you get the hang of it its pretty simple to use.
What do you like best about the product?
One main advantage of Nginx over a web server like Apache is that Nginx does not set up a new process for each web request but rather the default configuration is to have one worker process per CPU. Nginx can also be used in various of scenarios like:
It can act as a reverse proxy server for TCP, UDP, HTTP, HTTPS, SMTP, POP3, and IMAP protocols
It can act as a load balancer and an HTTP cache
It is very lightweight hence requires fewer resources / memory
Able to handle 10k+ simultaneous connections with a low memory footprint
Recommendations to others considering the product:
Go for it. Its a very lightwieght web server with miniminum needs for resources. Very usefull for deploying websites for small companies/startups on a small VM on aws/azure works even with 1 cpu and 1 gb ram
続きを開く