Create a Websocket client in Javascript using a web worker
This is a short tutorial on how to create a JavaScript WebSocket client that runs in a Web Worker.The finished files can be downloaded at: github
Introduction:
The goal is to exchange data bet...