commit 371e2b17cecdbcc85faf3b4ff2c82686d12ac242 Author: usernames122 <88596366+usernames122@users.noreply.github.com> Date: Thu Aug 7 23:47:24 2025 +0200 Ported over from dark gitea diff --git a/features.md b/features.md new file mode 100644 index 0000000..aac0122 --- /dev/null +++ b/features.md @@ -0,0 +1,5 @@ +# Features +- Doesn't require Websockets +- Ability to get unread messages from an HTTP API +- RSA encryption +- User accounts \ No newline at end of file diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..dfa6d34 --- /dev/null +++ b/techstack.md @@ -0,0 +1,11 @@ +# Techstack +## Shared +- Socket.io + +## Client +- React + +## Server +- Python +- Flask +- SQLite \ No newline at end of file