Answer the question
In order to leave comments, you need to log in
How to organize communication between golang applications on the same machine?
There are two applications.
It is necessary that one periodically checks whether the other is running (well, it also transmits some data).
As an option, I thought the web server and communicate through it, but it's cumbersome just for the sake of it.
Heard about signals. How to organize communication through signal?
Answer the question
In order to leave comments, you need to log in
unix socket
But if you use Windows, then only through tcp.
Here is my communication implementation https://github.com/v-grabko/Core/wiki/TcpClientServer
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question