On the device’s web server server

Looking for a gateway implementation between UIWebView on iOS with javascript on the local device server server in objective-c. Has anyone seen an example of code installed to install a local web descriptor server on an iOS device so that half of the web view can easily talk to its own container and vice versa?

+5
source share
2 answers

I made a websocket server that runs on iOS. This is a wrapper around libwebsockets, the code is in github: https://github.com/benlodotcom/BLWebSocketsServer .

+2
source

All Articles