ballingt
ballingt•16mo ago

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

Did you find this page helpful?