energy/pkgs/channel
2023-11-23 11:27:58 +08:00
..
channel_browser.go U: 修改channel, net socket 端口号默认随机获取 2023-11-23 11:27:58 +08:00
channel_render.go U: 修改channel, net socket 端口号默认随机获取 2023-11-23 11:27:58 +08:00
channel.go U: 修改channel, net socket 端口号默认随机获取 2023-11-23 11:27:58 +08:00
README.md upgrade 2.0.0 2023-05-31 17:41:14 +08:00
README.zh_CN.md upgrade 2.0.0 2023-05-31 17:41:14 +08:00

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