Nodejs Inter-process communication client for Window, Mac and Linux that is designed to work with the golang server.
The client connects to a unix socket (Macos/Linux) or named pipe (Windows) created by the golang-ipc server.
I have created a go library that creates a server and I use the two library's to establish communication between a ElectronJS and Go program.
use this library with ElectronJs to connect and communucate with a go application and have a go
https://github.com/james-barrow/golang-ipc
MIT