From 196438e4ce77a04c0458716f3996f3662a71d795 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Tue, 11 Oct 2022 09:33:55 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```