Next js for backend ?
Unanswered
West African Lion posted this in #help-forum
West African LionOP
I'm buidling a full stack web applications it's roughly a social media project. So I should keep my backend on next js or go for express js ???
10 Replies
@West African Lion I'm buidling a full stack web applications it's roughly a social media project. So I should keep my backend on next js or go for express js ???
Polar bear
no next js provides us an ability to write the backend in /src/app/api/ it also does the same as an express concept, but the syntax is little different
well it depends
ofc as Next.js is a full stack framework, you can use Next.js for frontend & backend
but sometimes they have their own backend server and just use next.js apis as a proxy
@West African Lion where are you planning to deploy your project to?
@James4u <@702879672219729940> where are you planning to deploy your project to?
West African LionOP
vercel
I see, then no problem. just go with Next.js for frontend & backend
@James4u I see, then no problem. just go with Next.js for frontend & backend
West African LionOP
fine mate
@James4u I see, then no problem. just go with Next.js for frontend & backend
Polar bear
Nice advice brother if we separate our backend from next js which is the best deployment