Back to Convex Backend

Scheduling Example App

npm-packages/private-demos/cron/README.md

latest323 B
Original Source

Scheduling Example App

This app provides a basic example of how to use Convex scheduling. It allows the user to type send a messages that we'll delete ever 10s or something. tutorial.

Running the App

Run:

npm install
npm run dev