0

CDN Socketbug Application & Console Files

Manifest Interactive 13 years ago updated 13 years ago 2
I have a CDN setup for the Socketbug Application and Console code.  This would mean that users could just copy the javascript config code into their HTML file and point their script src to our CDN.  Would make for less work having to setup everything... let me know what you guys think.
I'm getting a 404 when opening the console

"Uncaught Error: Load timeout for modules: http://io.socketbug.com:8080/socket.io/socket.io.js"

It seems it cannot download the http://io.socketbug.com:8080/socket.io/socket.io.js file.
Just swap out the http://io.socketbug.com with http://50.19.236.112 in your HTML code and it should work.  Looks like the DNS has not resolved yet for you to access it by domain name.  I just lowered the TTL to speed up this process, so perhaps in 24-48 hours it should be working world wide.  Until then, just use http://50.19.236.112 in your code :)