Nextjs on older servers
Answered
In&Out posted this in #help-forum
In&OutOP
im trying to make a CMS for my government, using next, tho i have a choice to change my tech. I am wondering, since they told me they have weak servers and stuff like that, and im wondering if nextjs is still applicable for such environment, or should i switch up to regular react or even something weaker?
9 Replies
American black bear
If you are building it for the government the servers should not be weak. Also since you are building a CMS you will need a database like postgresql and some caching system like redis.
I've gotten away with running these 3 on 2vCPU and 4GB ram so you should be able to do it.
Though it is not recommended if you are expecting to have some decent traffic.
@In&Out im trying to make a CMS for my government, using next, tho i have a choice to change my tech. I am wondering, since they told me they have weak servers and stuff like that, and im wondering if nextjs is still applicable for such environment, or should i switch up to regular react or even something weaker?
Fire ant
What is their current server spec? 1 cpu + 2gb ram is enough for low traffic
@American black bear Though it is not recommended if you are expecting to have some decent traffic.
In&OutOP
yah, its very low traffic afaik
@Fire ant What is their current server spec? 1 cpu + 2gb ram is enough for low traffic
In&OutOP
no idea, just been told its weak, tho i reckon bit stronger than what you mentioned
Fire ant
it should handle well for very low traffic
Answer
In&OutOP
yeah, thought so, probably overcomplicating it. Thank you