Launch NextJS from another Node application
Unanswered
Vachan MN posted this in #help-forum
I am building a discord bot and want to use NextJS for the web UI of the bot, I want to share the discord client inside the NextJS application. Is there any way I can do this?
5 Replies
Hey anyone?
Savannah
You could use a custom server: https://nextjs.org/docs/pages/building-your-application/configuring/custom-server
@Savannah You could use a custom server: https://nextjs.org/docs/pages/building-your-application/configuring/custom-server
But thats for pages router right?
@Vachan MN But thats for pages router right?
Savannah
I have used it in an app router project before with Next.js 13.3
hmm I'll try this and see