All Projects → Meoqan → Vaser

Meoqan / Vaser

Licence: other
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.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Vaser

Nlua
Bridge between Lua and the .NET.
Stars: ✭ 1,326 (+5665.22%)
Mutual labels:  xamarin, netcore
Standard.licensing
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products
Stars: ✭ 239 (+939.13%)
Mutual labels:  xamarin, netcore
Keralua
C# Native bindings of Lua 5.4 (compatible with iOS/Mac/Android/.NET/.NET Core/UWP)
Stars: ✭ 147 (+539.13%)
Mutual labels:  xamarin, netcore
Microsoft Authentication Library For Dotnet
Microsoft Authentication Library (MSAL) for .NET
Stars: ✭ 746 (+3143.48%)
Mutual labels:  xamarin, netcore
RRQMSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
Stars: ✭ 286 (+1143.48%)
Mutual labels:  tcp, ssl-support
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+3430.43%)
Mutual labels:  xamarin, netcore
Network
C# Network Library
Stars: ✭ 237 (+930.43%)
Mutual labels:  xamarin, tcp
Dbreeze
C# .NET MONO NOSQL ( key value store embedded ) ACID multi-paradigm database management system.
Stars: ✭ 383 (+1565.22%)
Mutual labels:  xamarin, netcore
XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
Stars: ✭ 28 (+21.74%)
Mutual labels:  tcp, client-server
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+14286.96%)
Mutual labels:  tcp, netcore
Nlog
NLog - Advanced and Structured Logging for Various .NET Platforms
Stars: ✭ 5,296 (+22926.09%)
Mutual labels:  xamarin, netcore
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (+95.65%)
Mutual labels:  xamarin, netcore
Dryioc
DryIoc is fast, small, full-featured IoC Container for .NET
Stars: ✭ 555 (+2313.04%)
Mutual labels:  xamarin, netcore
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (+117.39%)
Mutual labels:  xamarin, netcore
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (+1947.83%)
Mutual labels:  xamarin, netcore
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (+556.52%)
Mutual labels:  xamarin, netcore
Msbuildsdkextras
Extra properties for MSBuild SDK projects
Stars: ✭ 288 (+1152.17%)
Mutual labels:  xamarin, netcore
Eshoponcontainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
Stars: ✭ 19,397 (+84234.78%)
Mutual labels:  xamarin, netcore
SimpleSockets
Asynchronous TCP .NET library with reliable transmission and receipt of data, with an ssl implementation.
Stars: ✭ 74 (+221.74%)
Mutual labels:  ssl-support, client-server
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 263 (+1043.48%)
Mutual labels:  tcp, ssl-support

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.

New

Vaser is now available for Unity 3d!

What does Vaser exactly?

Vaser manages TCP/IP connections between server and clients.

Server <-----TCP/IP-----> Clients

The main goal of this engine is simplified object-oriented networking.

Links:

NuGet Packet

GitHub Wiki

API and reference catalog

Vaser for Unity 3d

Features:

  • the communication is Kerberos or SSL encrypted
  • event based data package handling
  • structured data communication with data portals
  • simple data container building
  • ability to send 1D arrays
  • data packets have ObjectID’s and ContainerID’s identifier for simplified object-oriented networking
  • ready for use request-response-pattern classes
  • robust programming architecture

Build your own simple Datapackages for your Application:

GitHub Logo

If you need help or have suggestions, please send me a message.

GitHub Logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].