I must get two different client application talk without any kind of broker or server.
What is the best method for IPC beween two process, Java and .NET?
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.