I want to make some networking application. I wanted to use Qt, but it's networking library is relatively big and then I tried to learn Boost::asio, but it seems to have the same amount of size
What is a library that has small footprint? As small as can be? Can I use Boost:ASIO or Qt and somehow streamline them to be little in size? I need my application to be smaller than 1MB, (or even smaller if could be)