Compare commits
2 commits
c81c77b0c2
...
68fc15306f
| Author | SHA1 | Date | |
|---|---|---|---|
| 68fc15306f | |||
| 5f150f4f5d |
1 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -1,3 +1,17 @@
|
|||
# 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
|
||||
Loading…
Add table
Reference in a new issue