TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RemoteJS – Remote Browser Debugging

59 pointsby toddgardneralmost 6 years ago

1 comment

toddgardneralmost 6 years ago
The most frustrating bug I ever fought only showed up on a remote device. I was working on an AngularJS component, and for some irritatingly-unknown reason, it would not render on a Samsung Android device. One specific device. It just happened to belong to someone really important.<p>Debugging remote devices sucks because you don’t have access to your tools. You can’t just open the inspector and dive in–you have to build and deploy custom debugging code. Then do it again with what you missed. And again.<p>We built RemoteJS to help with this--to help connect easily with troublesome remote browsers with the tooling you&#x27;ll need to understand what&#x27;s different there and debug it.<p>The service is based around the TrackJS agent, with some extensions in place to grab screenshots and execute commands. It establishes a websocket connection to a simplified debugger application, built in React.<p>Nothing is stored as part of the service, so it&#x27;s all very inexpensive to run. A few folks might have put us on production sites today, which was a fun load test :)<p>Thanks for checking it out!
评论 #20300198 未加载