From 112d4d52ae779eb7a6a908e53aa05305c0f720ea Mon Sep 17 00:00:00 2001 From: Platipus Date: Mon, 13 Jan 2025 13:00:34 +0800 Subject: [PATCH] Adding Jam.py as Web framework Jam/py can use asynchronous server requests as per documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89..5eb8f3c5 100644 --- a/README.md +++ b/README.md @@ -1153,6 +1153,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. * Asynchronous * [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library. + * [Jam.py](https://github.com/jam-py-v5/jam-py) - A web framework with asynchronous server requests. + ## WebSocket