docs(readme): added features to readme

This commit is contained in:
Mineplay 2026-01-22 20:46:54 +01:00
parent 68fc15306f
commit 00b3573421

View file

@ -8,6 +8,14 @@ QNet is a opensource networking library for C that works both on windows an linu
## Features ## Features
The QNet library offers the following features:
* TCP and UDP client
* TCP and UDP server
* Async request and response processing
* HTTP 1.1 request and response parsing
* JSON parsing
## Installation ## Installation
### Prerequisites ### Prerequisites