Skip to content

Instantly share code, notes, and snippets.

@jaredfaris
Last active November 7, 2015 01:04
Show Gist options
  • Save jaredfaris/3a9da4945db053601010 to your computer and use it in GitHub Desktop.
Save jaredfaris/3a9da4945db053601010 to your computer and use it in GitHub Desktop.
A talk about remotely debugging web applications in any browser/platform with Vorlon.js

Remotely Debugging Web Applications With Vorlon.js

The web is a really big place and your users are accessing your sites from all sorts of browsers and devices. What happens when things go wrong, and you can't reproduce them? This talk will show you how to do remote, client-side debugging on any browser and any device using Vorlon.js. We will also look at how it's implemented, and how you can extend it. The web should just work for anyone on any device. You'll leave this talk better equipped to make that happen.

@jaredfaris
Copy link
Author

@RyannosaurusRex thanks
@CognitiveBurden - I'll think about how to be more explicit that this is actually accessing the client; the DOM, rendered styles, console, etc as is in the actual browser. Would using the term "client-side debugging" be clear enough?

@jaredfaris
Copy link
Author

@CognitiveBurden - How about the sentence "This talk will show you how to do remote, client-side debugging on any browser and any device using Vorlon.js"?

I'll definitely talk about security during the session (spoiler: nothing to worry about) but probably don't want to include it in the abstract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment