I have an existing C++ client/server application using boost::asio that relies on UDP messaging, and I want it to support broader clients through NAT setups, libjuice seems the best fit, but I'm not clear how to integrate my existing code with this, as they seem to use their own polling loop
I have an existing C++ client/server application using
boost::asiothat relies on UDP messaging, and I want it to support broader clients through NAT setups,libjuiceseems the best fit, but I'm not clear how to integrate my existing code with this, as they seem to use their own polling loop