Vaser Versions Save

Vaser is a powerful high performance event based network engine library for C# .Net. It’s 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.

v1.1.21

7 years ago
  • improved stability
  • improved performance
  • optimized latency

v1.1.20

7 years ago

+Bugfix null var

v1.1.18.3-rc1

7 years ago

+Added UWP support +Added Android support +Bugfix Server stop error +Update NetCore dependency +Performance optimization +Added request response pattern (OON.cRequest) +Added channel data stream (OON.cChannel) ~ Change Serverthread to Async