简体   繁体   中英

Intra Application communication (Silverlight to Java)

I have a java desktop app and I have a silverlight client app running on a computer. What are my best options for communicating between the two of them? Can the silverlight client app host a wcf so the desktop app can talk directly to it while bypassing the server?

Java and Silverlight both support TCP Sockets, so use them. Sockets in Silverlight And Java Sockets are good places to start.

You might also need Google Protocol Buffers + Java and protobuf-net for compatible serialization. Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM