QNet/README.md

25 lines
690 B
Markdown
Raw Normal View History

2026-01-18 05:25:46 -06:00
# QNet
2026-01-22 20:38:23 +01:00
QNet is a opensource networking library for both windows and linux written in c.
## Introduction
QNet is a opensource networking library for C that works both on windows an linux. The library aims to provide a tool for developing servers and clients that is easy to use and fast. Using async methods like epoll, iocp and threading this library allows for many fast connections between server and clients.
2026-01-22 20:38:23 +01:00
## Features
2026-01-22 20:46:54 +01:00
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
2026-01-22 20:38:23 +01:00
## Installation
### Prerequisites
### Build steps
## Using the library