I was wondering if any developer will be interested to build a tool with Xojo to deploy Swift for servers. Apple recently updated Swift website and it’s not for native apps only. You can use Swift for servers side too. Swift.org - Swift on Server
only one simple language to use
better performance
use of ARC (instead of tracing garbage collection)
lack of JIT gives it an important edge in the cloud services space
I would imagine if there was such a tool, it would probably be made with Swift as it would be used by someone who’s into the Swift ecosystem. AFAICT there are multiple projects to run Swift on Server, and this makes me excited because I am currently learning Swift.
it’s when I saw his tool that I had the idea to create something with Xojo to support many platforms like a PC on Windows or Linux but using Swift can be good too. The main idea is to have a tool cross platform to help discovering Swift advantages on the server side.