Hacker News new | ask | show | jobs
by amelius 1036 days ago
It depends if you are a fan of a centralized server vs decentralized communication.

Anyway, all the complexities of using sockets/FIFOs could be hidden inside libraries.

1 comments

Once you hide the complexities of using sockets you just end up with some sort of message bus that each application connects to and registers an ID with... which is essentially what dbus is.
I specifically said libraries (as opposed to a centralized service).