update project README

pull/39/head
Ciro 2022-10-27 14:01:34 -03:00
rodzic 1d35e6064d
commit 0964b21b6a
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
# socketify.py
Fast WebSocket and Http/Https server using CFFI with C API from [uNetworking/uWebSockets](https://github.com/uNetworking/uWebSockets)
> This project will adapt the full capi from uNetworking/uWebSockets but for now it's just this.
This project aims at High Performance PyPy3 Web Development and WebSockets
> This project will adapt the full capi from uNetworking/uWebSockets but for now it's just this.
### Overly simple hello world app
```python