Re: [w3c/ServiceWorker] no way for using a websocket inside a service worker (#1072)

If it called service i would image might work in background (or simulate to work in background ) with all the resources offered by html5. The connection might remain  active until server decides to close . A connection is use full if it can be used for long time . If every time user change page the connection is closed and reloaded server receives a overload , web socket was designed for removing overload in http protocol but now overload is moved in server because there is no way to keep the connection active . Service worker could keep the connection active until server business logic decide to close. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1072#issuecomment-290319587

Received on Thursday, 30 March 2017 06:56:29 UTC