socketio-shared-webworker
socketio-shared-webworker copied to clipboard
How compatible is this with mobile?
How friendly is this library with mobile?
See the compatibility tables:
SharedWorker - https://caniuse.com/#feat=sharedworkers Worker - https://caniuse.com/#search=worker
The library will attempt to use SharedWorker
and fallback to Worker
or finally regular socket.io
.