I am just learning how to write Progressive Web Applications (PWA). I think
PWAs are a very important step towards app-like websites. There is a lot of
good examples on developers.google.com. One example has the following
structure:

webroot
|--images/
|--scripts/
|--styles/
|--favicon.ico
|--index.html
|--manifest.json
|--service-worker.js

I want to use web2py to manage the datatables. What would be the best way
to combine the PWA file-tree with a web2py app?

I have found only one (?) discussion about this topic at
https://groups.google.com/forum/#!topic/web2py/rHBfs1zFG44

But there are some new questions:

   - My web2py server manages a lot of applications and it seems, that the
   proposed solution accepts only one app with one service-worker.js and so on.
   - All scripts would be visible to everybody at
   http://mydomain.com/myapp/static/scripts. I think this not a good idea.

Any ideas, any hints?
Who has written PWAs with web2py?

By the way: my next stept would be to use Preact together with PWAs. But
for now I want to go step by step...


Regards Martin

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to