Would I be able to deploy the front and backends on Vercel at all?
New to this, PM background.
Would I be able to deploy the front and backends on Vercel at all?
New to this, PM background.
RocketChat is unfortunately correct here, they require a different category of hosting provider than Vercel
Vercel is a “serverless” web host, which deploys to AWS Lambda, but RocketChat is designed to run in a more classic server environment.
The easiest way to get them running will be with Docker
There are many hosts that can do this, but DigitalOcean does both, check “Droplets” for the VPS method and “DigitalOcean App Platform” for the managed container hosting method.
If you have any other websites you’d like to deploy in the future, feel free to check Vercel out and see if we’re a better fit at that time
Amazing answer, thanks so much!