Skip to content

Icenium/XDMessaging.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

The XDMessaging library provides an easy-to-use, zero configuration solution to inter-process communication for .NET applications. It provides a simple API for broadcasting and receiving messages across application domain, process, and even network boundaries.

The library allows the use of user-defined pseudo channels through which messages may be sent and received. Any application can send a message to any channel, but it must register as a listener with the channel in order to receive. In this way developers can quickly and programmatically devise how their applications will communicate with each other best to work in harmony.

The messages may optionally be propagated to other processes over a network automatically.

Installation

Install the library using Nuget.

PM> Install-Package XDMessaging

User Guide

Refer the documentation here.

About

Easy-to-use, zero configuration solution for PubSub messaging across application and network boundaries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published