❔ 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
(these are all my programs)
like some sort of pipe between them all
Maybe grpc? Otherwise some sort of queue or such might be a nice alternatvie
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.