Is there a mechanism in Obj-C similar to Netty in Java? Now I am reading information about AsyncSocket and CFNetwork. But can there be some libraries for working with a network in iOS? The main task is to bind the local port and depending on the context of loading the request / response into UIWebView.
source
share