Ciro 2022-10-24 14:16:08 -03:00
commit 1c6ec81740
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
```
```