> > If I code an html5 app for win8 or for Mozilla's app store I would like > the business logic to be in python if that turns out to be a possibility. > So could web2py provide a framework for that, and if so how much work would > it take to implement/adapt. After all, web2py already includes the ability > to generate desktop executables with a freestanding local server. >
Well, the only language the clients can run is Javascript, so if you want to code in Python, it will ultimately have to generate Javascript for you. That's what Pyjamas does: http://pyjs.org/. Anthony

