Shared Web Workers: Twitter Example

In this example we used a Shared Worker in order to read tweets and then send them to the main UI thread.
You will see the messages that we are getting from the SharedWorker and then the tweets for @greenido user (yep, that's my user on Twitter)
Let’s have a look how it's working internally by opening Chrome DevTool on the Console tab.
>