Skip to content
Advertisement

nextjs has some exclusive functionality for vercel only

I’m migrating all my applications to nextjs framework! and I would like to know, if all the functionality of nextjs is possible to replicate on private dockers servers or any type of jamstack itself or some functionality is limited only to the vercel platform

Advertisement

Answer

you can replicate all the functionality of nextjs in private applications such as docker k8s among others, being necessary to create apis for communications with framework like cache control another or stack clustering to deploy high availability among other clustering practices cdn reverse proxy and clearly many solutions like continuous deployment and continuous delivery! the diference is the vercel delivers ready for your frontend serverless and global cdn

Advertisement