Share machines between different computers #1287
Unanswered
raphaelbadia
asked this question in
General
Replies: 2 comments 2 replies
-
Do you want to run the same machine on server and client? Usually servers concern are quite different from UI concerns so my first thought would be to create 2 distinct machines. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don’t need it to be the same machine, but I’d like to be able to get the server’s machine state from my ui client to report what is happening server side... like converting to mp4... downsizing to 1920x1080... creating thumbail... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm totally new to xstate and I would like to know if what I plan to do is doable.
I'll have a server, its job is to compute, convert and resize pictures. It processes files from a queue.
I would like to implement the server using xcode because it's critical and I don't want it to fail.
I would also like to develop a frontend (react) ui that will be able to issue commands to the remote server.
I would like to know how I can send events and stay synced with the server state in my UI.
Is it possible ? Any suggestion ?
I think maybe my case is similar to #1255 but I'm not sure...
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions