Re: [ServiceWorker] Workers & SharedWorkers within ServiceWorkers (#678)

IMHO, we should consider ServiceWorker as a replacement for SharedWorker instead of creating some more complex approaches. Whatever the solution is , it should make developer's life easier whenever it can. Do you guys know how hard is it to build an offline web app? APIs like *IndexedDB, Appcache (who knows ServiceWorker can replace it), ServiceWorker (Cache API, Push API, BackgroundSync...), SharedWorker, WebSocket, WebRTC...* cause a huge amount of time to study. If things keep getting more and more complex like this, how can we web developers fight with the native one? 

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/678#issuecomment-94766509

Received on Tuesday, 21 April 2015 12:11:00 UTC