I have developed an iOS App and would like to create a web API with some parts of my code. This API will send an UIImage generated from a UIView. The problem I have with Vapor is that I only managed to use AppKit, not UIKit. Certainly because the Xcode project with Vapor is a MacOS project. Is there a way to use UIKit or iOS Swift code with Vapor or any other solutions like Kitura ???
Thanks for your help :)
Regards,