Istvan Soos
2017-03-03 09:18:20 UTC
Hi Dartisans,
Progressive Web Apps (PWAs) are a hybrid of regular web pages and a
mobile application. I'm working on the low-level API (service_worker
package) and high-level abstractions (pwa package), and now it has
become useful enough that I'm looking for further feedback. I'm
looking for requirements, suggestions, anything that you would like to
see with these.
Some features that the pwa package would like to support:
- offline-enabled web apps (*)
- push notifications (also events in the client apps if they are running)
- typed request-reply messaging between worker and window
The later item could be used between the Window and the WebWorker
scope too, and I'm planning to implement it as another library.
Links:
https://pub.dartlang.org/packages/pwa
https://github.com/isoos/pwa
(*) Already there, e.g. in the example directory there is an
offline-enabled Angular application with deferred library loading and
"best-effort" image caching. I'm probably missing some edge cases
though.
Thanks,
Istvan
Progressive Web Apps (PWAs) are a hybrid of regular web pages and a
mobile application. I'm working on the low-level API (service_worker
package) and high-level abstractions (pwa package), and now it has
become useful enough that I'm looking for further feedback. I'm
looking for requirements, suggestions, anything that you would like to
see with these.
Some features that the pwa package would like to support:
- offline-enabled web apps (*)
- push notifications (also events in the client apps if they are running)
- typed request-reply messaging between worker and window
The later item could be used between the Window and the WebWorker
scope too, and I'm planning to implement it as another library.
Links:
https://pub.dartlang.org/packages/pwa
https://github.com/isoos/pwa
(*) Already there, e.g. in the example directory there is an
offline-enabled Angular application with deferred library loading and
"best-effort" image caching. I'm probably missing some edge cases
though.
Thanks,
Istvan
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.