Server requirment #9097
Replies: 2 comments
-
I see you have used I have asked this question to GPT, the follow is the answer: There are different ways to deploy a web application, depending on your preferences and requirements. One common way is to use a Linux-based operating system, such as Ubuntu, CentOS, or Debian, as the server platform. Linux is widely used for web development and hosting, and it offers many advantages, such as stability, security, performance, and flexibility. You can install Linux on a physical machine, or use a virtual machine or a cloud service provider. The minimum hardware specifications for the server depend on the size and complexity of your application, as well as the expected traffic and load. However, a general recommendation is to have at least 2 GB of RAM, 20 GB of disk space, and a dual-core processor. You can always scale up or down your resources as needed. Besides the operating system, you will also need some software tools to deploy your application. These include:
To deploy your application on the server, you will need to follow these steps:
This configuration tells Nginx to serve the static files from the document root, and proxy any requests that start with /api to your ExpressJs server.
My answer end. This is what i know the common |
Beta Was this translation helpful? Give feedback.
-
Hello @behrouzbk, It would be hard to estimate more on the server requirements without understanding more about the use case of your application. If you are able to provide more details, it would be helpful! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have developed a web application and developed with VueJs 2 , NodeJS, ExpressJs and PostgreSQL . I want to setup an internal server and deploy the application on it.
Please help and let me know what OS and Minimum Hardware Spec and maybe other software tools the server should have.
Beta Was this translation helpful? Give feedback.
All reactions