Offline web app options

Posted by L. De Leo on Programmers See other posts from Programmers or by L. De Leo
Published on 2012-09-18T15:48:35Z Indexed on 2012/09/18 15:53 UTC
Read the original article Hit count: 159

Filed under:
|
|

For a game web app that runs Python on the server side and Javascript / HTML on the client side I'd like to build an offline version that runs in Chrome and on the mobile devices.

What is the most convenient way currently available to target Chrome, Win 8 Desktop (with a Win packaged app) and the mobile devices reusing most of the code?

Options could be PhoneGap for the mobile devices and PyJs for the offline browser versions or maybe translate Python to Dart manually (because of the closer semantics of the two languages) and compile to Javascript.

© Programmers or respective owner

Related posts about html5

Related posts about mobile-app