Eneter.Messaging.Framework 8.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Eneter.Messaging.Framework --version 8.0.0
NuGet\Install-Package Eneter.Messaging.Framework -Version 8.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Eneter.Messaging.Framework" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eneter.Messaging.Framework --version 8.0.0
#r "nuget: Eneter.Messaging.Framework, 8.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Eneter.Messaging.Framework as a Cake Addin
#addin nuget:?package=Eneter.Messaging.Framework&version=8.0.0

// Install Eneter.Messaging.Framework as a Cake Tool
#tool nuget:?package=Eneter.Messaging.Framework&version=8.0.0

Lightweight library for interprocess communication. Easy to use and works on multiple platforms (.NET, Android, Java and HTML5 Javascript).

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Eneter.Messaging.Framework:

Package Downloads
Eneter.JsonNet.Serializer

This library integrates Json.NET serializer created by James Newton-King into Eneter Messaging Framework. It allows to serialize/deserialize messages to/from JSON faster than default .NET serializer DataContractJsonSerializer.

Eneter.Protobuf.Serializer

Protocol Buffer serializer for Eneter Messaging Framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.10 2,178 12/13/2021
8.0.9 1,056 12/28/2020
8.0.8 372 12/26/2020
8.0.7 1,729 8/5/2020
8.0.5 15,160 11/18/2019
8.0.4 3,124 4/9/2019
8.0.0 3,503 1/7/2018
7.0.2 2,731 5/21/2016
7.0.1 3,607 1/31/2016
7.0.0 3,884 1/4/2016

New features:
• Possibility to restrict number of connecting clients.
• Buffered messaging indicates if it is on online or offline state.