4 ms·
Could someone explain what this means ? ( I’m not even sure I understand the gif on the GitHub page ) I just see windows seemingly sharing data.
by Agingcoder 3y ago
Could someone explain what this means ? ( I’m not even sure I understand the gif on the GitHub page ) I just see windows seemingly sharing data.
- NL807 3y agoI think it's some kind of multiple client, single server setup. The windows are the individual clients, which pass screen geometry info to the server. The server then serves content to clients with different layout that makes content appear as a single object across multiple windows.
- deleted 3y ago[deleted]
- et-al 3y agoThe core of the trick isn't the window-window communication as much as using browser APIs to expose the window coordinates.