From ed9309f627db8d1f8ef4c17d4220ad118a645559 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Thu, 17 Nov 2022 19:41:59 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1dcd1ef..856587a 100644 --- a/README.md +++ b/README.md @@ -195,3 +195,6 @@ We don't use uvloop, because uvloop don't support Windows and PyPy3 at this mome ## :dizzy: CFFI vs Cython vs HPy Cython performs really well on Python3 but really bad on PyPy3, CFFI are choosen for better support PyPy3 until we got our hands on an stable [`HPy`](https://hpyproject.org/) integration. + +## :bookmark_tabs: Documentation +See the full docs in [docs.socketify.dev](https://docs.socketify.dev) or in [/docs/README.md](docs/README.md)