Live data from Hacker News

Show HN: a Chrome extension to see other users browsing the same websites as you

webcursors.click

11–13 of 13 posts

Re: Show HN: a Chrome extension to see other users browsing the same websites as you

#11

Earlier quoted context omitted.

Thanks! The hard part was actually understand Chrome extension's lifecycle and communication between the content script, popup, and service worker. What I initially thought was going to be hard, ended up being actually quite easy (cf socket.io). Good luck if you ever attempt to build it :)

I can imagine, browser extensions are a pain in the butt. Are you planning to open source the code? Did you build everything by yourself or on top of https://liveblocks.io/ ?

I was planning on open-sourcing the extension itself, but not the backend for now because of some secrets. But ultimately, my goal is to create a blog post to create a minimal yet functional Chrome extension connected to a backend with socket.io.

And didn't knew this service existed, so created everything myself so far.

Re: Show HN: a Chrome extension to see other users browsing the same websites as you

#12

Earlier quoted context omitted.

I can imagine, browser extensions are a pain in the butt. Are you planning to open source the code? Did you build everything by yourself or on top of https://liveblocks.io/ ?

I was planning on open-sourcing the extension itself, but not the backend for now because of some secrets. But ultimately, my goal is to create a blog post to create a minimal yet functional Chrome extension connected to a backend with socket.io. And didn't knew this service existed, so created everything myself so far.

Awesome! Like others mentioned here, content moderation plus security is key. Wish you the best of luck!

Re: Show HN: a Chrome extension to see other users browsing the same websites as you

#13
I love the idea and it stimulated a few more ideas:

1. For a site with many people active on it, what if you could filter by the link / website that brought them there (eg, there's a popular wikipedia page or article, but somebody might rather talk to the people who came from newsletter or forum X as opposed to newsletter Y)

2. What if you could see where people had been over time? Have a page develop wear over time showcasing the hot spots

Post reply on HN