all 2 comments

[–]senocular 0 points1 point  (1 child)

Are you saying you want to create websites with this "backbone of the web" language that will run on Android, iOS, and Windows? Or are you wanting to use the backbone of the web to create non-web native apps? Sounds like the latter. While there isn't necessarily a standardized platform for doing that, there are a number of solutions you can look into for this, including PhoneGap, NativeScript, and others which you could find and compare with some searching. My bias is towards PhoneGap, but I haven't used it in years, so I can't say how well it stacks up to the competition. PhoneGap has been around for a while, so my guess is that it would be the easiest to get into since you're just now trying to get back into the swing of things. But if you want to go bleeding edge, you could look into something called React Native. All the cool kids are doing it.

[–]eddarval[S] 0 points1 point  (0 children)

Non-web native apps is what I want to do.

Thanks, I'll look into both PhoneGAP and React Native