CocoonJS

Monkey Forums/Monkey Programming/CocoonJS

c.k.(Posted 2012) [#1]
Has anybody explored using CocoonJS for wrapping monkey-generated HTML5 apps?

http://wiki.ludei.com/cocoonjs:devguide


Dima(Posted 2012) [#2]
ahem, doesn't Monkey do that already?


c.k.(Posted 2012) [#3]
Dima, I see what you mean, but here was my thought about it:

Programming for HTML5 is easy, and if CocoonJS provides acccess to native mobile platform functionality, why generate a native Android/iOS app? Absolutely one code base from which all platforms are derived, no special programming required per platform (for instance, no X-Code hacks, etc.).

I dunno. Am I missing something?


vbnz(Posted 2012) [#4]
c.k.,the app speed will be very poor=(
Because code will be compiling and run inside the VM!
Or maybe it uses JIT compilation?
I saw the page very quickly,but it seems like PhoneGap!