C
C#2y ago
Asher

❔ Multiple Processes communication

hey all, I want to have a few processes communicate between them, my ideas so far is a socket server that would transmit the messages between them but I would rather something that would be direct, anyone know any libraries that help with this?
3 Replies
Asher
Asher2y ago
(these are all my programs) like some sort of pipe between them all
Timtier
Timtier2y ago
Maybe grpc? Otherwise some sort of queue or such might be a nice alternatvie
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.