Orthogonal.LiteComms NuGet Package

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.




Got any Orthogonal.LiteComms Question?





Info

Version: 1.0.5
Author(s): Orthogonal Programming
Last Update: Tuesday, January 29, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://bitbucket.org/orthoprog/litecomms/wiki/Home
NuGet Url: https://www.nuget.org/packages/Orthogonal.LiteComms


Install
Install-Package Orthogonal.LiteComms
dotnet add package Orthogonal.LiteComms
paket add Orthogonal.LiteComms
Orthogonal.LiteComms Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

2297