-
The app based on In next.js, I read some official documents, It's seem to I should run next.js server. (npm run build => npm run start). So, should I run at least 2 node.js instance for running next.js based app? |
Beta Was this translation helpful? Give feedback.
Answered by
Timer
May 27, 2020
Replies: 1 comment
-
You should host them separately, yes. However, take a look at Next.js' API routes feature: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bexoss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should host them separately, yes.
However, take a look at Next.js' API routes feature:
https://nextjs.org/docs/api-routes/introduction