shared-worker-socket-example icon indicating copy to clipboard operation
shared-worker-socket-example copied to clipboard

An example repository for creating shared socket connections using SharedWorkers

shared-worker-socket-example

An example repository for creating shared socket connections using SharedWorkers.

To run the code:

$ npm install
$ node index.js

Original blog post: https://ayushgp.github.io/scaling-websockets-using-sharedworkers/