mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 02:37:46 +08:00
.. | ||
channel-browser.go | ||
channel-render.go | ||
channel.go | ||
README.md | ||
README.zh_CN.md |
Multi process IPC communication implemented in Go
introduction
based net socket & unix domain socket
Communication - Channel Selection
OS Version | version | IPC |
---|---|---|
windows | < 10.17063 | net socket |
windows | >= 10.17063 | unix |
linux | all | unix |
macosx | all | unix |