Analog Java Netty in Obj-C

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.

0
source share
1 answer

I have found a solution. Use the JUMP Framework with the JUMPNetwork module: http://seqoy.github.com/jump/Docs/JUMPNetwork/html/index.html

+1
source

Source: https://habr.com/ru/post/1569520/


All Articles