diff --git a/README.md b/README.md index b698106..3e40291 100644 --- a/README.md +++ b/README.md @@ -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