added a note about the ASGI devlopment branch in the readme

Commit 359f37b · patx · 2025-01-28T02:06:23-05:00

Changeset
359f37b2940eada168801ad859865182797a12c7
Parents
f5bb09ddc4a84fba898358c9916d9f6d8a22d2e8

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 4a3701a..cfee18e 100644
--- a/README.md
+++ b/README.md
@@ -332,3 +332,5 @@ Check out the [examples folder](https://github.com/patx/micropie/tree/main/examp
 We welcome suggestions, bug reports, and pull requests!
 - File issues or feature requests [here](https://github.com/patx/micropie/issues).
 
+### **Why not ASGI? And Future-Proofing**
+If your looking for async and websockets support with ASGI out of the box, we are working on that! Check out the [development branch](https://github.com/patx/micropie/tree/development). Please note in order to run your apps you will need an external ASGI server like `uvicorn`.