Next.js Discord

Discord Forum

is it good to write back-end code in next.js?

Answered
Atlantic mackerel posted this in #help-forum
Open in Discord
Atlantic mackerelOP
I don't know well at performance but I wonder is it okay to write back-end code in nextjs how can I check benchmark?
Answered by joulev
it should be as okay as writing the backend in any other javascript-based backend frameworks. so it should be okay for most apps, but for performance-critical apps you should go for other programming languages
View full answer

4 Replies

@Atlantic mackerel I don't know well at performance but I wonder is it okay to write back-end code in nextjs how can I check benchmark?
it should be as okay as writing the backend in any other javascript-based backend frameworks. so it should be okay for most apps, but for performance-critical apps you should go for other programming languages
Answer
@joulev it should be as okay as writing the backend in any other javascript-based backend frameworks. so it should be okay for most apps, but for performance-critical apps you should go for other programming languages
Atlantic mackerelOP
Ok then can you tell me the exact range of between 'em? like over 1000 users have to use other programming languages
@Atlantic mackerel Ok then can you tell me the exact range of between 'em? like over 1000 users have to use other programming languages
no there are no exact range, different apps have different requirements and it's not a simple f(no of user) calculation. generally if you find yourself asking this question, it would most likely mean all backend frameworks, nextjs included, are suitable for your app