joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

IPC functionality #86

Closed joaonc closed 4 days ago

joaonc commented 4 days ago

Inter-Process Communication

Ability for show_dialog to spin up a server (socket) that will listen to connections and execute commands from the client or send information to the client. More information on how this feature works will be added in the documentation when https://github.com/joaonc/show_dialog/issues/84 gets implemented.

Implements https://github.com/joaonc/show_dialog/issues/61

joaonc commented 4 days ago

Tests failing. Fixes in the next PR.