ruby - Standard way to share state machine between two languages? -


is there standard way share state-machines (that share machine , synchronize it's state) between 2 languages? i'm using state_machine gem on server , need synchronize machine server written in language. there standard way of accomplishing can maximize compatibility despite not knowing other language? @ point, i'm thinking i'm going make own "protocol" built rest requests , sharing initial machine structure using serialization.

i accept "there no standard way" answer.

there no standard way doing ...


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -