I'm considering replacing remote Apple Events with my own WebSocket server/ client.
How hard could it be? 😅
Something I just realized about moving my backend code to a socket server is that the application can connect locally or remotely with exactly the same code, only changing the IP address.
emory.coffee is one server in the network
Something I just realized about moving my backend code to a socket server is that the application can connect locally or remotely with exactly the same code, only changing the IP address.