I need to implement UDP for two process, but both are wrote in different languages, and different platforms.
Is it possible for two process in different languages to communicate by using UDP?
I need to implement UDP for two process, but both are wrote in different languages, and different platforms.
Is it possible for two process in different languages to communicate by using UDP?
Does it possible to communicate two process in different languages by using UDP
Yes. UDP is a well-defined protocol. Not a programming language or a platform.