WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

466

See here for a description of what I'm doing: https://poal.co/s/technology/569412

I didn't get a lot of work done today but was able to manage to do a few things. I tried out the hypercore stuff in the browser, by converting it from nodejs to browserify and didn't seem to work at all. I'm thinking this may not be the best way of going about things because they don't seem to concentrate on browser stuff and are more interested in node.js.

I looked at an alternative, webtorrent which uses webrtc which seems like a better fit. webtorrent specifically designed to run in the browser so I think I won't see any of the problems I had with the hypercore stuff and webrtc is a native api that browsers support really well.

The other idea is to drop all this p2p stuff, and just use something like mybb.com as a more traditional server/client backend. I can use multiple servers and have the client aggregate the stuff. I'l going to stick with the p2p stuff for now, but if it seems too complicated I'll drop it and use just a server/client model, since I know I can for sure get that to work pretty easily.

I'm coming in brand new to this browser extension programming stuff, so if anyone has any helpful tips, let me know.

See here for a description of what I'm doing: https://poal.co/s/technology/569412 I didn't get a lot of work done today but was able to manage to do a few things. I tried out the hypercore stuff in the browser, by converting it from nodejs to browserify and didn't seem to work at all. I'm thinking this may not be the best way of going about things because they don't seem to concentrate on browser stuff and are more interested in node.js. I looked at an alternative, webtorrent which uses webrtc which seems like a better fit. webtorrent specifically designed to run in the browser so I think I won't see any of the problems I had with the hypercore stuff and webrtc is a native api that browsers support really well. The other idea is to drop all this p2p stuff, and just use something like mybb.com as a more traditional server/client backend. I can use multiple servers and have the client aggregate the stuff. I'l going to stick with the p2p stuff for now, but if it seems too complicated I'll drop it and use just a server/client model, since I know I can for sure get that to work pretty easily. I'm coming in brand new to this browser extension programming stuff, so if anyone has any helpful tips, let me know.

(post is archived)

[–] 0 pt (edited )

Only thing I can think of currently is that I've seen from screenshots that Dissenter seemed to show the comments in a popup. I don't know if they also allowed the comments to be seen in a sidebar, browser extensions seem to be able to have a sidebar. I personally would find it more convenient to have have the comments in a/the sidebar rather than in the popup, because the popup probably (?) closes when it loses focus and has less space available.

[–] 0 pt

I might be able to make a sidebar.