Hopding / js-visualizer-9000-client

A React app to interactively visualize JavaScript's Event Loop
https://jsv9000.app
1.08k stars 127 forks source link

Links in repo not working. Maybe a DNS thing? #6

Open sidiousvic opened 3 years ago

sidiousvic commented 3 years ago

Bug

The links in repo page/README ref to: https://jsv9000.app/

Doesn't get through:

Screen_Shot_2020-11-12_at_13_55_53

Fix

Adjust DNS or web server config might be the right fix, but for a patch, this ref will work: https://www.jsv9000.app/

PostData

Awesome job with this, I work as an instructor at a web engineering school, and I have used it so much as a resource to talk about the event loop. Respect!

Hopding commented 3 years ago

Hello @sidiousvic!

I'm able to access https://jsv9000.app without any trouble. Do you always get the connection error regardless of what device, network, and browser you're using?

P.S. I'm glad to hear you've found jsv9000 to be useful! I actually created it as a companion tool for a presentation I did about the event loop.