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/nodejsNode.js Quickstart | Convex Developer Hub
Add Convex to a Node.js project
1 Reply
Yes I was using Node.js, Thanks for the reply. I'll try this 🙂