You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
Just a thought that popped into my head last night:
After we support #255 we would be able to build a Unix Domain Socket Interface for interprocess communication. This would make it simple for other languages to execute PyQi commands which seems like a really cool idea. Imagine if Java, C, or even Node.js could call a Python library by just integrating [the Python library] with PyQi!
Unix Domain Sockets are supported by every operating system and might be a very impressive interface from a 3rd party user perspective.