I want to create communication between multiple winform forms. I will have multiple forms from different projects. Every form can run and can be opened separately. But when they are opened they will look for each other and connect together.
I was thinking about simple TCP client/server but then I found signalR and socket.io. Now I'm not sure what to use. I will be sending json string.
Preferably I want to use local host communication.