Compare commits
No commits in common. "68fc15306ffe135a633e1d7f904f79fef08ca463" and "c81c77b0c2b3e1f1b8e040e3b4b7e9bfc335d32a" have entirely different histories.
68fc15306f
...
c81c77b0c2
1 changed files with 1 additions and 15 deletions
16
README.md
16
README.md
|
|
@ -1,17 +1,3 @@
|
||||||
# QNet
|
# QNet
|
||||||
|
|
||||||
QNet is a opensource networking library for both windows and linux written in c.
|
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
|
|
||||||
Loading…
Add table
Reference in a new issue