IMHO, JXcore is useful for using below,
1 - JXcore works on mobile phones (iOS, Android ..)
2 - It can be embedded in Java, Objective-C, C, C ++.
3 - MT (multithreading) is a winner for an application that spends more time on JavaScript land compared to IO. Otherwise, there are no significant differences. MT works very smoothly since I was able to use the multi-threaded node-js proxy solution without any changes (jx mt proxy-server)
4 - Packaging and compilation. ( https://github.com/jxcore/jxcore/blob/master/doc/HOW_TO_COMPILE.md )
5 - Some of the most popular built-in modules are built-in with mt support, so you wonβt install them on the target machine.
6 - Built-in external storage and sqlite database server. (This is one of the lives on Windows)
I had a problem too. For example, I needed to disable the HTTP header byte size check to make my application work. For some reason, they have added additional security checks by default, so you may need to update the application a bit.
Update:
JXcore is now an open source project with a MIT license.
Tomm hill
source share