The thing is mechanism of IPC vary platform wise, ...
# graviton-browser
a
The thing is mechanism of IPC vary platform wise, COM is specific for windows only. Similarly Unix sockets are not available before WIndows 10. Apple probably has different set of tools. Again implementation language is of concern here. Java can not create named pipes (without JNA), java does not even have any cross-platform portable IPC mechanism that I know of. So bring all these things under one umbrella, I thought a message bus would be helpful and portable.