jplane / DurableStateMachines

Bringing the power of hierarchical state machines to a .NET Core runtime near you.
MIT License
9 stars 2 forks source link

Design and implement standard telemetry/visualization protocol #13

Open jplane opened 3 years ago

jplane commented 3 years ago

It would be lovely to define a standard protocol for any SCXML-compliant statechart implementation to implement, for providing telemetry for logging and visualization.

This would allow folks to build various kinds of viz/debuggers/recorders etc. and use whatever backend with them.

jplane commented 3 years ago

obvious implementation here is websockets-based but ideally the protocol is implementation agnostic