IPC between .NET and Java client applications

后端 未结 3 1504
南方客
南方客 2021-02-03 14:20

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?

It must able to

3条回答
  •  深忆病人
    2021-02-03 14:59

    I am author of jni4net, open source intraprocess bridge between JVM and CLR. It's build on top of JNI and PInvoke. No C/C++ code needed. I hope it will help you.

提交回复
热议问题