Skip to main content
ServiceWire package icon

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. 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.

Total Downloads
420.2K
420,157
Published
Dec 1, 2024
Latest stable version

Install

.NET CLI
dotnet add package ServiceWire --version 5.6.0
Package Manager Console
Install-Package ServiceWire -Version 5.6.0
PackageReference
<PackageReference Include="ServiceWire" Version="5.6.0" />

Frameworks

.NETStandard2.0

Dependencies

System.IO.Pipes
.NETStandard2.0
[4.3.0, )
System.Reflection.Emit
.NETStandard2.0
[4.7.0, )
System.Text.Json
.NETStandard2.0
[9.0.0, )
System.Threading
.NETStandard2.0
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.