energy/pkgs/channel/README.md
2023-05-31 17:41:14 +08:00

430 B

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