Hey everyone, I would like to create a Next.js app and was asking if this hosting service can run Nextjs apps? I know it can run react apps but , I am not sure about Next .
Thank you
Any kind of Javascript framework that runs in the browser runs in the browser. That means you don’t need any kind of server side support to host it. All you need is a place where you can upload the code in such a way a browser can download it, which any kind of website hosting that’s not a website builder can do.
React, Vue, Angular, Next, whatever you want. To the server, it’s files downloaded by the browser.
4 Likes
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.