docs(readme): setup readme file #12

Merged
Mineplay merged 5 commits from QN-4 into main 2026-01-22 15:28:27 -06:00
Showing only changes of commit 00b3573421 - Show all commits

View file

@ -8,6 +8,14 @@ QNet is a opensource networking library for C that works both on windows an linu
## 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
### Prerequisites