From 371e2b17cecdbcc85faf3b4ff2c82686d12ac242 Mon Sep 17 00:00:00 2001 From: usernames122 <88596366+usernames122@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:47:24 +0200 Subject: [PATCH] Ported over from dark gitea --- features.md | 5 +++++ techstack.md | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 features.md create mode 100644 techstack.md 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