web2py applications require a server to run but it comes with it. If you run it on 127.0.0.1:8000 (the default) the application is basically private since it cannot be accessed from the network.
I do not think there is any distinction any more from a desktop app and a web app. Whether you use web2py with or without pyjamas, you can use web2py to develop desktop application. The only caveat is that the visual side of your app will be handled by the browser. Massimo On Oct 2, 10:40 am, don <pil...@gmail.com> wrote: > Please excuse my ignorance if this is a stupid question ... > > Given that a pyjamas application can run as both a web application and > a desktop application (using MSHTML or xulrunner) and that pyjamas > applications can be developed using web2py then does that mean web2py > can be used as a framework for making stand-alone desktop applications > as well as web applications? > > By "stand-alone", I mean a desktop application that presents itself > through a an embedded browser control and does not require a separate > server process. It looks like a web app to the end user, but is > installed and run like a standard desk-top application. > > (Before anyone asks why I would want to do this, I want an application > that is portable between the web and the desktop). > > TIA. > > Don. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---