Added small README.

This commit is contained in:
2025-03-24 13:00:29 +01:00
parent 1ba9b13f8d
commit d11392962a

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# My little chat
MLC is a little chat built on top of [MLS](https://www.rfc-editor.org/rfc/rfc9420.html).
All communication is E2E encrypted and is not stored on the backend. Deleted right after delivery.
Currently it's a WIP prototype.