PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, August 1, 2022

[FIXED] How can I decide on the appropriate server to rent for my website?

 August 01, 2022     server, vps     No comments   

Issue

I am using nodejs in the backend. Users can share photos on the site. There is role-based authorization and authorized roles can also share articles and so on. There are also content management panels for admins. I am using mysql as database. I am planning to install Nginx on the server I will buy. For a start, there is a user base that will get a maximum of 200 clicks per day. What would be the most suitable server features for this site?


Solution

This kind of opinion base questions are better to be asked on Quora, StackExchange, as was told in this SO discussion.

Anyways, 200 clicks per day is too few, you may even find a free server to upload it, take a look at AWS free plans, Heroku.

In case you will host in a machine, you may need to use forever library to runs your nodejs script continuously.



Answered By - Soon Santos
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing