From 896c9c6c0711d2b468f9539fb47916def2b06e1f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 14 May 2024 10:41:32 +0200 Subject: [PATCH] chore: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93483da..c866121 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ This is the default server running at [https://ayo.ayco.io](https://ayco.io). It Additional features are: 1. route `/p/*` to serve partial .html templates in `partials` directory (e.g, `partials/example.html` partial is accessed via `/p/example`) +1. attach [/threads](https://ayco.io/sh/threads) flask blueprint behind `/threads` route + + +> [!IMPORTANT] +> The overall architecture is still experimental. The way I decoupled the dynamic tiny apps here (e.g., [/threads](https://ayco.io/sh/threads), and [ori](https://ayco.io/sh/ori)) is good, but an improvement in this project still needs to be made with regards to managing a common app configuration that the blueprints consume, packaging the software components into modules for better distribution & adoption, and providing various deployment options. ## Development