FyF
Convex Community5mo ago
4 replies
Fy

How do I use Convex in Node.js with a persistent client connection (in a non-serverless environment)

My architecture is as follows:

Server 1: Node.js with persistent connection — stores data only (does not read).

----Both servers are isolated from each other.----

Server 2: Vercel deployment with Next.js backend and React frontend, serverless — reads data and needs to update it live, doesn't need to write
Was this page helpful?