Next.js Discord

Discord Forum

deploy nextjs with a separate backend

Answered
Giant ichneumon wasp posted this in #help-forum
Open in Discord
Giant ichneumon waspOP
How can I deploy my nextjs app that uses socketio backend freely (just a portfolio project)
Answered by averydelusionalperson
if you want free, deploy nodejs on render, next.js on vercel. if you've money for vps server, then deploy both node & next.js on the vps server.
View full answer

9 Replies

vercel?
socketio is from node server right?
Giant ichneumon waspOP
right
im using a node server
u can deploy node server somewhere else (render, fly, etc) & deploy next.js on vercel
Giant ichneumon waspOP
ok thanks iv heard also about custom server but you cant then deploy on vercel so which approach is better in your opinion?
if you want free, deploy nodejs on render, next.js on vercel. if you've money for vps server, then deploy both node & next.js on the vps server.
Answer
Giant ichneumon waspOP
okay thank you
if your problem is solved, consider marking answer as solution.