Next.js Discord

Discord Forum

Custom Server

Answered
Scottish Fold posted this in #help-forum
Open in Discord
Scottish FoldOP
Hello there,
Am I able to use a Custom Server (Express/Fastify/HTTP) with Next.js production app router? I have a secondary application I need to host on a subroute that is unrelated to Next.js.

I only see an option for it in the docs for Pages router/
Answered by Ray
yes, just setup the custom server like the way in page router
View full answer

6 Replies

Answer
Scottish FoldOP
Okay, thank you - let me try that
Am I able to do it with the http module rather than Express?
Scottish FoldOP
Okay