Using XState for implementing a server-side order workflow #1684
Unanswered
KevinGaudin
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Yes! Check out this example using Azure Durable Entities with XState in a stateful, serverless environment: https://github.com/davidkpiano/durable-entities-xstate |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking for some TypeScript libraries that would help implementing a server-side order management workflow in a nodejs server application.
XState seems to be popular in the Node community but most use cases seem to be about UX implementation.
Is XState appropriate for handling persisted objects in a DB and make them follow the state-machine workflow based on external events and trigger external actions ?
Thanks for your insights !
Kevin
Beta Was this translation helpful? Give feedback.
All reactions