美文网首页
electron与其他软件通信交互

electron与其他软件通信交互

作者: 三亿 | 来源:发表于2024-09-22 08:45 被阅读0次
## electron与其他软件通信交互
跨进程 IPC:
Windows: 使用 WMI、COM、process.argv或命名管道等技术。
macOS: AppleScript 或系统事件。
Linux: D-Bus 或 Unix domain sockets
参考:https://blog.csdn.net/qq_36777143/article/details/137227789
不同软件之间,Windows端可以用管道通信,或者WebSocket,MQTT都行

相关文章

网友评论

      本文标题:electron与其他软件通信交互

      本文链接:https://www.haomeiwen.com/subject/xuinljtx.html