luminal
- 23 Devlogs
- 164 Total hours
A decentralized chat app, written in rust.
A decentralized chat app, written in rust.
instance field to the Message struct so you can figure out what instance the Message was sent from (that´s useful for texting between instances (you send a Message to your instance, it sends it to your friend´s instance))Right now, I cannot show a screenshot of the stuff because it´s not compiling (yet)
What changed:
messagestorage use lcpSidenote: I cannot commit to codeberg as I am writing this, they reported that they have an outage. I will push the code when codeberg is back up.
toml crate instead of config
smol sidenote: I cannot work as fast as the last weeks right now because I’m on vacation and only have a dual-core ThinkPad with me.
And a small information at the bottom: I am making this project to learn cryptography and get a Framework 12
Started cleaning up and structuring the project. I also made a basic account system which will need some tuning later.
After trying different protocols for literal hours, I finally settled on WebTransport. Its safer than WebSocket, I believe. I now have to make it send the json instead of “HELLO”.
This is my first devlog of this project. I’ve always wanted to make a chat app since they are one of the most used tools today. Every attempt of making one failed and I was really frustrated. Now, I have motivation to make it and get something for free.