As far as I understand this, the client and plugin communicate over websockets.
Is it possible for them to communicate directly without the server?-- or is that just not how websockets work? I was hoping for a solution where I wouldn't have to run a background process(the server).
As far as I understand this, the client and plugin communicate over websockets.
Is it possible for them to communicate directly without the server?-- or is that just not how websockets work? I was hoping for a solution where I wouldn't have to run a background process(the server).