Next.js Discord

Discord Forum

Nextjs on older servers

Answered
In&Out posted this in #help-forum
Open in Discord
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?
Answered by Fire ant
it should handle well for very low traffic
View full answer

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.
@Fire ant What is their current server spec? 1 cpu + 2gb ram is enough for low traffic
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
yeah, thought so, probably overcomplicating it. Thank you