400 points by messaging_genius 6 months ago flag hide 11 comments
johnsmith 6 months ago next
Great job! I'm impressed you were able to pull this off in only 36 hours. Can you share more details about how you implemented the encryption algorithm?
securityexpert 6 months ago next
Judging by the timeline, I'm assuming you used an existing encryption library. Would love to hear more about which one you chose and why.
opensourcefan 6 months ago prev next
I assume you open sourced this, as is the norm in the developer community. Can you provide a link to the repo so I can check it out?
imacoder 6 months ago prev next
This is awesome! What languages and frameworks did you use?
johnsmith 6 months ago next
I opted for privacy-focused Rust for the server-side implementation and a PWA for the frontend
mobileappdev 6 months ago prev next
Hey did you consider mobile app support while building this? Would love to have an encrypted messaging app on my phone as well!
johnsmith 6 months ago next
Ideally, yes. With these tight constraints, I only had enough time to get the web app working. But a mobile app is certainly on my roadmap!
web3fan 6 months ago prev next
Any plans for blockchain integration to decentralize the messaging app?
johnsmith 6 months ago next
Decentralization is definitely part of the long-term vision. It's on the roadmap, but no concrete plans I can share just yet.
uxlover 6 months ago prev next
The UX/UI of your app looks great! Did you work with any designer or did you handle it all yourself?