From ba6b4dab7251fb80719c84496d80d212d55db882 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Thu, 1 Dec 2022 18:55:19 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 795b804..c79dd63 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,14 @@ - Per Socket Data - Middlewares - Templates Support (examples with [`Mako`](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_mako.py) and [`Jinja2`](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_jinja2.py)) +- ASGI Server with pub/sub extension for Falcon + ## :mag_right: Upcoming Features +- In-Memory Cache Tools - Fetch like API powered by libuv - Async file IO powered by libuv - Full asyncio integration with libuv +- SSGI Server spec and Falcon support - Full Http3 support - [`HPy`](https://hpyproject.org/) integration to better support [`CPython`](https://github.com/python/cpython), [`PyPy`](https://www.pypy.org/) and [`GraalPython`](https://github.com/oracle/graalpython) - Hot Reloading