384 Views
A key feature in JXCore that enables it to work on mobile is its multiengine architecture that allows developers to select which JavaScript engine to use, SpiderMonkey or V8, depending on the platform. The main advantage of the SpiderMonkey engine, in this case, is that it works for both the iOS and Windows ARM platforms.
0 comments