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