Node.js Quickstart | Convex Developer Hu...

Hi @daun, are you running Node.js in Lambda? You probably want to use the Convex Http client or the simple subscription client: https://docs.convex.dev/client/javascript/node.

In order to define your Convex functions you want to run npx convex dev etc. as normal, here's a Node.js quickstart: https://docs.convex.dev/quickstart/nodejs
Add Convex to a Node.js project
Node.js Quickstart | Convex Developer Hub
Was this page helpful?