I'm the creator of this silly visualizer (created the pixelart myself!). It's an example of how to create a realtime dashboard to visualize the progress of a serverless workflow.
Tech stack:
- Azure Static Web Apps that hosts a VueJS web app.
- Azure Function App that uses Durable Functions for the workflow.
- Ably (WebSockets as a Service) for pubsub messaging from the back-end to the front-end.
3 comments
[ 3.3 ms ] story [ 17.5 ms ] threadTech stack:
- Azure Static Web Apps that hosts a VueJS web app.
- Azure Function App that uses Durable Functions for the workflow.
- Ably (WebSockets as a Service) for pubsub messaging from the back-end to the front-end.
More info in this blog post: https://ably.com/blog/visualize-azure-serverless-workflow-pr...
I do plan to extend this demo and create a dashboard for the kitchen that shows all orders coming in.