ServiceWire 5.2.0
See the version list below for details.
dotnet add package ServiceWire --version 5.2.0
NuGet\Install-Package ServiceWire -Version 5.2.0
<PackageReference Include="ServiceWire" Version="5.2.0" />
paket add ServiceWire --version 5.2.0
#r "nuget: ServiceWire, 5.2.0"
// Install ServiceWire as a Cake Addin #addin nuget:?package=ServiceWire&version=5.2.0 // Install ServiceWire as a Cake Tool #tool nuget:?package=ServiceWire&version=5.2.0
ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP. And with the release of 2.0.0, ServiceWire now supports optional use of Zero Knowledge authentication with a fast variation of Secure Remote Password Protocol and strong Rijndael encryption of data across the wire via TCP without the need for public keys going across the wire.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 2.0
- Newtonsoft.Json (>= 12.0.1)
- System.IO.Pipes (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.1)
- System.IO.Pipes (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 12.0.1)
- System.IO.Pipes (>= 4.3.0)
- System.Threading (>= 4.3.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on ServiceWire:
Package | Downloads |
---|---|
Stride.Core
Core assembly for all Stride assemblies. |
|
Stride.GameStudio
Package Description |
|
Stride.Core.BuildEngine.Common
Package Description |
|
ServiceMq
A store and forward message queue for .NET. based on ServiceWire. |
|
Levrum.Utils
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on ServiceWire:
Repository | Stars |
---|---|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
MatterHackers/MatterControl
3D printing software for Windows, Mac and Linux
|
|
tylerjensen/ServiceWire
ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP.
|
Version | Downloads | Last updated |
---|---|---|
5.5.4 | 44,374 | 2/21/2023 |
5.5.3 | 4,299 | 12/1/2022 |
5.5.2 | 8,205 | 10/29/2022 |
5.5.1 | 10,188 | 7/21/2022 |
5.5.0 | 8,210 | 6/6/2022 |
5.4.2 | 1,274 | 5/20/2022 |
5.4.1 | 10,506 | 5/11/2022 |
5.4.0 | 686 | 4/24/2022 |
5.3.6 | 622 | 3/21/2022 |
5.3.5 | 620 | 2/28/2022 |
5.3.4 | 89,513 | 6/29/2020 |
5.3.3 | 662 | 4/30/2020 |
5.3.2 | 2,124 | 1/21/2020 |
5.3.1 | 1,784 | 6/4/2019 |
5.3.0 | 895 | 1/11/2019 |
5.2.0 | 817 | 1/7/2019 |
5.1.0 | 1,013 | 1/1/2019 |
5.0.0 | 2,032 | 8/6/2016 |
4.0.2 | 1,732 | 8/3/2016 |
4.0.1 | 2,310 | 12/22/2014 |
2.0.0 | 1,395 | 11/28/2014 |
1.6.3 | 1,652 | 11/26/2014 |
1.6.2 | 2,585 | 11/13/2014 |
1.6.1 | 4,208 | 10/30/2014 |
1.6.0 | 3,041 | 10/30/2014 |
1.5.1 | 1,959 | 4/1/2014 |
1.5.0 | 3,059 | 1/25/2014 |
Adds support for return types of Task and Task<T> to support async / await across the wire.