Hello
Hello,
Can convext run on the server as well?
Say I have an app to manage my lemonstand. I'd like to have a function continouesly running on the server and subscribing through a convex-query to the amount of lemon left. If the amount decreases to some threashold, that function needs to call an external system to order more lemons.
Any limitations with runing/using Convex on the server? Maybe it requires the V8 engine?
Cheers~
1 Reply
Yep, as indy said, we're in the process of starting to build out support out right now for server-side use cases! things like timers and workflow and subscriptions that are all purely server-side. stay tuned!