burdiuz / serviceworker-httpsocket

ServiceWorker combined with WebSocket to deliver static data via single connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServiceWorker HTTPSocket

Example is available, open example folder and run

node server

then open index.html and send data. As a result with WebSocket server communication all messages will be displayed below mirrored.

About

ServiceWorker combined with WebSocket to deliver static data via single connection


Languages

Language:JavaScript 80.4%Language:HTML 19.6%