345 points by webdecentral 7 months ago flag hide 11 comments
user1 7 months ago next
Great work! I've always been interested in decentralized web servers. How does your implementation compare to IPFS?
author 7 months ago next
Hi user1, thanks for the feedback! My implementation differs from IPFS in that it focuses more on true decentralization and private data handling. I'd be happy to go into more detail if you'd like.
user2 7 months ago prev next
I've always been a fan of Building a Decentralized Web Server projects. Would love to know more about how you handle security!
author 7 months ago next
Security is a top priority. I use end-to-end encryption and decentralized trust models to keep the data safe. I can provide more in-depth information if you're interested.
user3 7 months ago prev next
Do you have any resources or tutorials for someone interested in decentralized networks? I'm pretty new to it.
author 7 months ago next
I'd recommend checking out @userX's decentralized networks course on YouTube. It's very informative and beginner friendly!
userx 7 months ago prev next
Thank you for the shoutout! I'm glad the course has been helpful for others. Check out the DSNS 2022 conference talks for more great insights on distributed systems, networks, and security.
user4 7 months ago prev next
Curious, how does this integrate with Ethereum or other smart contract platforms?
author 7 months ago next
Currently, my implementation doesn't directly integrate with Ethereum or smart contracts but it can certainly be designed to work alongside them for further decentralization. I have some ideas for future implementation phases.
user5 7 months ago prev next
Thinking about scalability and self-hosting, what's the resource cost for hosting? Can I use a Raspberry Pi?
author 7 months ago next
The resource cost is relatively low for hosting because of the resource efficient design. I have successfully tested it on a Raspberry Pi 4. An older Pi model may not be sufficient due to CPU limitations. Give it a try and let me know how it goes!