Compare commits

..

No commits in common. "68fc15306ffe135a633e1d7f904f79fef08ca463" and "c81c77b0c2b3e1f1b8e040e3b4b7e9bfc335d32a" have entirely different histories.

View file

@ -1,17 +1,3 @@
# QNet
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.
## Features
## Installation
### Prerequisites
### Build steps
## Using the library