Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Meoqan authored Apr 7, 2017
1 parent 76a6f04 commit b11f593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
**Welcome to Vaser!**
# Welcome to Vaser!

Vaser is a powerful high performance event based network engine library for C# .Net.
It is possible to start multiple servers in one program and use the same network code for all servers.
In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.


**What does Vaser exactly?**
### What does Vaser exactly?

Vaser manages TCP/IP connections between server and clients.

Expand All @@ -14,7 +14,7 @@ Server <-----TCP/IP-----> Clients

The main goal of this engine is simplified _object-oriented networking_.

**Features:**
### Features:

+ the communication is Kerberos or SSL encrypted
+ event based data package handling
Expand Down

0 comments on commit b11f593

Please sign in to comment.