Update README.md

pull/39/head
Ciro Spaciari 2022-10-11 09:33:55 -03:00 zatwierdzone przez GitHub
rodzic e754e29c05
commit 196438e4ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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
```
```