diff --git a/README.md b/README.md index 789cf2a..b71a664 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Fast WebSocket and Http/Https server using CFFI with C API from [uNetworking/uWe > This project will adapt the full capi from uNetworking/uWebSockets but for now it's just this. +# UPDATE This project will resume the development in 2023 + ### Overly simple hello world app ```python from socketify import App @@ -59,4 +61,4 @@ pypy3 -m pip install . --global-option=build_ext #--no-cache-dir is an option pypy3 -m pip install -e . #if you want to remove pypy3 -m pip uninstall socketify -``` \ No newline at end of file +```