ZTS Docs
Deployment

Render Deployment

How to deploy your application on Render.

Render is another excellent platform for deploying web applications and services.

  • Hosting: Supports deploying your Node.js server.
  • Database: Offers managed PostgreSQL databases.
  • Background Jobs: Render's native Key-Value store runs Valkey (a Redis 7.2.4 fork). While it might work with BullMQ, compatibility isn't guaranteed. Using it for BullMQ is experimental. For reliable background jobs, use an external Redis provider (Upstash, Railway, Aiven, etc.).

Deploy on Render