Orthogonal.LiteComms
1.0.5
dotnet add package Orthogonal.LiteComms --version 1.0.5
NuGet\Install-Package Orthogonal.LiteComms -Version 1.0.5
<PackageReference Include="Orthogonal.LiteComms" Version="1.0.5" />
paket add Orthogonal.LiteComms --version 1.0.5
#r "nuget: Orthogonal.LiteComms, 1.0.5"
// Install Orthogonal.LiteComms as a Cake Addin #addin nuget:?package=Orthogonal.LiteComms&version=1.0.5 // Install Orthogonal.LiteComms as a Cake Tool #tool nuget:?package=Orthogonal.LiteComms&version=1.0.5
The LiteComms library contains two lightweight classes that allows client-server communication, either on the same machine or between different machines on a local area network. The library is intended to be as simple to use as possible and to have a tiny runtime footprint. The client and server classes communicate using a very simple protocol implemented as a single server method that takes a string request and returns a string response. Although this protocol is simple, applications are free to exchange strings between the client and server in any convenient or suitable format they choose. Exchanging strings of XML for example is an easy way to create an extensible general purpose contract between client and server. The LiteComms library is intended for use where network communications between application components must be implemented simply and easily, with no configuration and no complicated dependencies. The library internally uses a tcp Remoting channel for communication.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.5 | 827 | 1/29/2019 |
Update package icon Url. Update WPF project to Framework 4.6.2. No code changes.