Chat app (client and server)

Hi everyone,

I’ve built a chat app for educational purposes with an Iced frontend and an Axum backend:

tokei reports about 4,235 lines of code, so it’s a decent-sized project.
If anyone has some time to take a look or provide feedback, I would appreciate it.

Thanks a lot.

2 Likes

Cool :melting_face:

Here is my crate for end to end encryption: ratchetx2, based on Signal’s document. If you need e2ee chat in the future, maybe can have a try. :melting_face:

3 Likes

Thanks, this would be really useful if I decide to implement some encryption. But for now I think its too much :melting_face:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.