I have several apps that want to communicate LOCALLY via a data bus.
Ideally:
- They talk and listen whenever they come online
- There will not be an "owner" of this communication method.
- No extra components to install (ie. Message Queues)
- It would be nice if there were no ports to require open
What do you think is the best technology to do this?
Is there a way to use WCF for a data bus?