Is it possible to run Webmin in a Cocoa Application written in Swift or Objective-C using a WKWebView?
I am trying to prepare a Cocoa Swift / Objective-C GUI around a binary executable on macOS, and this binary executable is shipped with a webmin module to edit its configuration file. Would it be possible to run this module into webmin in a WKWebView ? Thanks a lot for your attention and for any suggestion. I am not a skilled web developer so I really don’t know how to convince 🙂 WKWebView to render cgi and perl. I can put all the webmin and webmin module files into the application bundle in a separate folder and point to that folder with a NSURLRequest. Something like: